Skip to content

Commit

Permalink
Fix line-breaking issue in navbar.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Oct 28, 2024
1 parent 56b00f4 commit 86632d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Comfy/assets/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@
.os-scrollbar {
display: none;
}

// Forcing line-breaking on long text;
#Desktop_LeftSidebar_Id {
.main-yourLibraryX-entryPoints {
span.LineClamp {
-webkit-line-clamp: 1 !important;
line-clamp: 1 !important;
}
}
}
}

0 comments on commit 86632d2

Please sign in to comment.