ui(css): ensure mini bar label/value ellipsis works in grid

This commit is contained in:
萝卜
2026-03-17 10:12:37 +08:00
parent 35c7192dd3
commit c515f5a011

View File

@@ -638,6 +638,7 @@
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
min-width:0; /* for css grid ellipsis */
}
.adm-mini-bar-value{
@@ -645,6 +646,9 @@
font-size:12px;
color:var(--adm-text-muted, #94a3b8);
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
min-width:0; /* for css grid ellipsis */
}
.collapsible > summary{