Skip to content

Commit e9d5283

Browse files
committed
Fix session name truncation to prevent overlap with close button
Added min-width: 0 to session-name-container to allow flex children to shrink below their content size, enabling proper text truncation when session names are long.
1 parent 2930290 commit e9d5283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
opacity: 1;
8484
}
8585

86+
.session-name-container {
87+
min-width: 0;
88+
}
89+
8690
.session-name-text {
8791
cursor: pointer;
8892
}

0 commit comments

Comments
 (0)