fix(ui): prevent long filenames from overlapping actions (#17151)

This commit is contained in:
Marcus Schiesser
2026-03-14 05:17:15 +08:00
committed by GitHub
parent 4b9b86b544
commit f2d3a4c70f
2 changed files with 8 additions and 2 deletions

View File

@@ -125,7 +125,10 @@
[data-slot="session-review-filename"] {
color: var(--text-strong);
flex-shrink: 0;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
[data-slot="session-review-view-button"] {