mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4913] Fix Gallery View in datatable Component (#5101)
This commit is contained in:
committed by
Eugenio Romano
parent
e610ae9766
commit
6ec6be36d5
@@ -130,6 +130,11 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.adf-datatable-cell-value {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable__actions-cell {
|
||||
|
Reference in New Issue
Block a user