From 58de897ce7f3c5d7922fb337d24876373fc7a1ee Mon Sep 17 00:00:00 2001 From: Yasa-Nataliya Date: Tue, 3 Oct 2023 21:35:48 +0530 Subject: [PATCH] [ACS-5540] Added styles --- .../src/lib/ui/overrides/adf-style-fixes.theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss b/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss index fc30adc81a..f96504711a 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-style-fixes.theme.scss @@ -27,6 +27,10 @@ border: 1px solid var(--theme-metadata-property-panel-border-color); margin: 24px; border-radius: 12px; + + .adf-metadata-properties-group-title { + width: 548px; + } } } }