mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3199] Datatable layout fix (#3481)
This commit is contained in:
committed by
Eugenio Romano
parent
637d54dc24
commit
c7e3319e4c
@@ -390,8 +390,6 @@
|
|||||||
.ellipsis-cell {
|
.ellipsis-cell {
|
||||||
.cell-container {
|
.cell-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: inline-grid;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell-container > * {
|
.cell-container > * {
|
||||||
@@ -407,7 +405,7 @@
|
|||||||
/* visible content */
|
/* visible content */
|
||||||
.cell-value {
|
.cell-value {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: absolute;
|
||||||
max-width: calc(100% - 2em);
|
max-width: calc(100% - 2em);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Reference in New Issue
Block a user