[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:
Dharan
2021-05-10 17:45:05 +05:30
committed by GitHub
parent c45808053d
commit 87d87a4ce1
3 changed files with 39 additions and 11 deletions

View File

@@ -26,6 +26,11 @@
.adf-authority-icon-column {
min-width: 40px;
}
.adf-datatable-selected > svg {
width: 40px;
height: 40px;
}
}
}
}

View File

@@ -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;