fix(web): address UI polish review feedback

This commit is contained in:
imccyu
2026-08-04 16:25:09 +08:00
parent b9f4e46462
commit e9d76dae64
23 changed files with 174 additions and 116 deletions

View File

@@ -54,9 +54,8 @@
}
.label {
/* Grows (detail stays right-aligned) but never shrinks: when the row runs
out of width the detail alone truncates, keeping the name readable. */
flex: 1 0 auto;
flex: 1 1 auto;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;