mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
fixed width issue of property panel
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user