diff --git a/lib/content-services/src/lib/category/categories-management/categories-management.component.scss b/lib/content-services/src/lib/category/categories-management/categories-management.component.scss index 7b68b772353..dda0b37bfa0 100644 --- a/lib/content-services/src/lib/category/categories-management/categories-management.component.scss +++ b/lib/content-services/src/lib/category/categories-management/categories-management.component.scss @@ -9,7 +9,6 @@ height: 32px; border-radius: 12px; align-items: center; - padding: 0 12px; mat-form-field { width: 100%; @@ -27,8 +26,14 @@ width: 100%; } - .mat-form-field-appearance-fill .mat-form-field-flex { - background: none; + .mat-form-field-appearance-fill { + .mat-form-field-flex { + background: none; + } + + .mat-form-field-infix { + padding: 0; + } } } @@ -50,6 +55,13 @@ [hidden] { visibility: hidden; } + + .adf-no-categories-message { + margin-left: 9px; + margin-top: 28.5px; + margin-bottom: 0; + height: 30px; + } } .adf-categories-list { diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.html b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.html index 9bcc0e09abf..0e7835d43c5 100644 --- a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.html +++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.html @@ -99,7 +99,7 @@ class="adf-metadata-properties-tags">
-