Skip to content

Commit

Permalink
fix(pat contentbrowser): fix text overflow of select buttons in toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Nov 18, 2024
1 parent 8ad9c53 commit 64baa66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pat/contentbrowser/src/ContentBrowser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,11 @@
.levelToolbar > .levelActions {
margin-left: auto;
}
.levelToolbar > button{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.levelItems {
overflow-x: auto;
Expand Down

0 comments on commit 64baa66

Please sign in to comment.