diff --git a/Directory.Packages.props b/Directory.Packages.props index 568733c1a..440ee7c6f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -11,12 +11,12 @@ - - - - - - + + + + + + diff --git a/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor b/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor index 128daba48..3ff8a3235 100644 --- a/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor +++ b/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor @@ -123,8 +123,8 @@ } @if (!string.IsNullOrEmpty(CurrentView.ImgSrc)) { -
- +
+
} @@ -147,8 +147,8 @@ } @if (!string.IsNullOrEmpty(CurrentView.ImgSrc)) { -
- +
+
} @@ -645,8 +645,8 @@ } @if (!string.IsNullOrEmpty(CurrentView.ImgSrc)) { -
- +
+
}