mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4407] unit test for data table custom header (#7004)
* [ACA-4407] unit test for data table custom header * * fix icon size
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
.adf-authority-icon-column {
|
||||
min-width: 40px;
|
||||
}
|
||||
|
||||
.adf-datatable-selected > svg {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -75,16 +75,8 @@
|
||||
overflow: hidden;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
&-datatable-list {
|
||||
.adf-datatable-selected > svg {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[aria-sort='Ascending'] adf-user-role-column,
|
||||
[aria-sort='Descending'] adf-user-role-column {
|
||||
padding-left: 10px;
|
||||
|
Reference in New Issue
Block a user