mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
fix cell width issue
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
@mixin adf-document-list-theme($theme) {
|
@mixin adf-document-list-theme($theme) {
|
||||||
.adf-datatable-list {
|
.adf-datatable-list {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
|
.adf-datatable-cell-value {
|
||||||
|
max-width: calc(100% - 2em) !important;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-icon.adf-datatable-selected > svg {
|
.mat-icon.adf-datatable-selected > svg {
|
||||||
|
Reference in New Issue
Block a user