fixed width issue of property panel

This commit is contained in:
Yasa-Nataliya
2023-07-26 08:24:51 +00:00
parent 3da52ff15f
commit eb6951bda1

View File

@@ -56,8 +56,8 @@ ng-component {
display: block; display: block;
height: 100%; height: 100%;
overflow-y: scroll; overflow-y: scroll;
max-width: 350px; max-width: 349px;
width: 350px; width: 368px;
} }
.aca-page-title { .aca-page-title {