Skip to content

Commit

Permalink
Merge pull request #1409 from plone/pat-contentbrowser-fix-select-button
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki authored Nov 18, 2024
2 parents 2088259 + 8dd0e5c commit 51e2310
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 51e2310

Please sign in to comment.