mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5567] Removed important property from 'permission-list.component.scss' in ADF (#9184)
* [ADF-5567]Removed important * [ADF-5567]lint fixes * [ACS-5567] PR resolution. * [ACS-5567] PR resolution. --------- Co-authored-by: Aayush Rohila <aayush.rohila@contractors.onbase.com>
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
&.adf-datatable {
|
&.adf-datatable {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
.adf-datatable-row .adf-permission-role-column-header {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.adf-delete-permission-column {
|
.adf-delete-permission-column {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
&-permission-card {
|
&-permission-card {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex !important;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-permission-role-column-header {
|
&-permission-role-column-header {
|
||||||
position: relative !important;
|
position: relative;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
||||||
.mat-form-field-infix {
|
.mat-form-field-infix {
|
||||||
|
Reference in New Issue
Block a user