ui(css): ensure mini bar label/value ellipsis works in grid
This commit is contained in:
@@ -638,6 +638,7 @@
|
|||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-overflow:ellipsis;
|
text-overflow:ellipsis;
|
||||||
|
min-width:0; /* for css grid ellipsis */
|
||||||
}
|
}
|
||||||
|
|
||||||
.adm-mini-bar-value{
|
.adm-mini-bar-value{
|
||||||
@@ -645,6 +646,9 @@
|
|||||||
font-size:12px;
|
font-size:12px;
|
||||||
color:var(--adm-text-muted, #94a3b8);
|
color:var(--adm-text-muted, #94a3b8);
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
overflow:hidden;
|
||||||
|
text-overflow:ellipsis;
|
||||||
|
min-width:0; /* for css grid ellipsis */
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapsible > summary{
|
.collapsible > summary{
|
||||||
|
|||||||
Reference in New Issue
Block a user