From eb6951bda1998902e6680dac4cae88ab0b44ef5c Mon Sep 17 00:00:00 2001 From: Yasa-Nataliya Date: Wed, 26 Jul 2023 08:24:51 +0000 Subject: [PATCH] fixed width issue of property panel --- projects/aca-content/src/lib/ui/application.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/aca-content/src/lib/ui/application.scss b/projects/aca-content/src/lib/ui/application.scss index 200e405f7..9ac343be0 100644 --- a/projects/aca-content/src/lib/ui/application.scss +++ b/projects/aca-content/src/lib/ui/application.scss @@ -56,8 +56,8 @@ ng-component { display: block; height: 100%; overflow-y: scroll; - max-width: 350px; - width: 350px; + max-width: 349px; + width: 368px; } .aca-page-title {