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;
height: 100%;
overflow-y: scroll;
max-width: 350px;
width: 350px;
max-width: 349px;
width: 368px;
}
.aca-page-title {