mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-4913] Fix Gallery View in datatable Component (#5101)
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user