mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4199] Fix permission manager UI (#4460)
* [ADF-4199] Fix permission manager UI * Update permission-list.component.scss
This commit is contained in:
committed by
Eugenio Romano
parent
561dd15b04
commit
203dc488f8
@@ -2,6 +2,34 @@
|
||||
|
||||
.adf {
|
||||
|
||||
&-permission-label {
|
||||
max-width: 130px;
|
||||
min-width: 100px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
&-delete-permission {
|
||||
max-width: 50px;
|
||||
}
|
||||
|
||||
&-authorityId-label {
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
&-key-icon {
|
||||
max-width: 50px;
|
||||
}
|
||||
|
||||
&-role-label {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
&-ellipsis-cell {
|
||||
position: sticky;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&-display-permission-container {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
@@ -9,7 +37,18 @@
|
||||
|
||||
&-datatable-permission {
|
||||
display: flex;
|
||||
flex-basis: 38%;
|
||||
min-width: 450px;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
&-locallyset-label {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
&-inherited-label {
|
||||
width: 92.13px;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user