Skip to content

Commit 3854eaa

Browse files
authored
Merge pull request #2 from built-by-as/sidebar-name-truncate
Fix session name truncation to prevent overlap with close button
2 parents 2930290 + e9d5283 commit 3854eaa

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)