diff --git a/admin-ui/src/app/catalog/components/collection-detail/collection-detail.component.html b/admin-ui/src/app/catalog/components/collection-detail/collection-detail.component.html index 66b4c094da..a7f512e252 100644 --- a/admin-ui/src/app/catalog/components/collection-detail/collection-detail.component.html +++ b/admin-ui/src/app/catalog/components/collection-detail/collection-detail.component.html @@ -32,37 +32,35 @@
-
- - - - - - - - - - + + + + + + + + + + -
- - - - -
+
+ + + +
diff --git a/admin-ui/src/app/catalog/components/create-option-group-form/create-option-group-form.component.html b/admin-ui/src/app/catalog/components/create-option-group-form/create-option-group-form.component.html index 6ccf1b882e..4f81e858a1 100644 --- a/admin-ui/src/app/catalog/components/create-option-group-form/create-option-group-form.component.html +++ b/admin-ui/src/app/catalog/components/create-option-group-form/create-option-group-form.component.html @@ -1,19 +1,15 @@ -
- - - - - - - - - -
+ + + + + + + + + diff --git a/admin-ui/src/app/catalog/components/product-list/product-list.component.scss b/admin-ui/src/app/catalog/components/product-list/product-list.component.scss index a6bad9296a..9c6487b1d4 100644 --- a/admin-ui/src/app/catalog/components/product-list/product-list.component.scss +++ b/admin-ui/src/app/catalog/components/product-list/product-list.component.scss @@ -11,6 +11,10 @@ } .search-form { display: flex; + align-items: center; + .search-input { + margin-right: 6px; + } } .search-input { min-width: 300px; diff --git a/admin-ui/src/app/catalog/components/product-variants-list/product-variants-list.component.scss b/admin-ui/src/app/catalog/components/product-variants-list/product-variants-list.component.scss index c22de6faa1..b61fb3e042 100644 --- a/admin-ui/src/app/catalog/components/product-variants-list/product-variants-list.component.scss +++ b/admin-ui/src/app/catalog/components/product-variants-list/product-variants-list.component.scss @@ -30,6 +30,7 @@ .details { display: flex; + height: 36px; // margin-left: 12px; > div { margin-right: 12px; @@ -40,7 +41,7 @@ } ::ng-deep .name input { - width: 300px; + min-width: 300px; } } diff --git a/admin-ui/src/app/customer/components/customer-detail/customer-detail.component.html b/admin-ui/src/app/customer/components/customer-detail/customer-detail.component.html index dd936aea0f..fb4d2d4683 100644 --- a/admin-ui/src/app/customer/components/customer-detail/customer-detail.component.html +++ b/admin-ui/src/app/customer/components/customer-detail/customer-detail.component.html @@ -6,7 +6,7 @@