Skip to content

Commit

Permalink
new-log-viewer: Fix filename wrapping and overflow in menu bar for fi…
Browse files Browse the repository at this point in the history
…lenames with hyphens on narrow windows (fixes #99).  (#100)
  • Loading branch information
junhaoliao authored Oct 22, 2024
1 parent d5a32e0 commit cc4e7bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions new-log-viewer/src/components/MenuBar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
overflow-x: hidden;
display: flex;
flex-grow: 1;

padding-inline: 0.75rem !important;

white-space: nowrap;
}

.menu-bar-filename-left-split {
Expand Down

0 comments on commit cc4e7bc

Please sign in to comment.