Skip to content

Commit cc4e7bc

Browse files
authored
new-log-viewer: Fix filename wrapping and overflow in menu bar for filenames with hyphens on narrow windows (fixes #99). (#100)
1 parent d5a32e0 commit cc4e7bc

File tree

1 file changed

+3
-0
lines changed
  • new-log-viewer/src/components/MenuBar

1 file changed

+3
-0
lines changed

new-log-viewer/src/components/MenuBar/index.css

+3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
overflow-x: hidden;
2727
display: flex;
2828
flex-grow: 1;
29+
2930
padding-inline: 0.75rem !important;
31+
32+
white-space: nowrap;
3033
}
3134

3235
.menu-bar-filename-left-split {

0 commit comments

Comments
 (0)