Skip to content

Commit 375c058

Browse files
authored
fix: exclude app-name-link from sidebar text overflow styling (#2564)
1 parent 96852f0 commit 375c058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/shared/_classes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ body.sidebar-chevron-right {
131131
/* ========================================================================== */
132132
body.sidebar-link-clamp {
133133
.sidebar {
134-
a {
134+
a:not(.app-name-link) {
135135
overflow: hidden;
136136
white-space: nowrap;
137137
text-overflow: ellipsis;

0 commit comments

Comments
 (0)