From 53f696d6141f429a64c595895eb75acfa4cb83dc Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Tue, 22 Oct 2024 01:54:40 -0400 Subject: [PATCH] new-log-viewer: Fix filename wrapping and overflow in menubar for filenames with hyphens on narrow windows. --- new-log-viewer/src/components/MenuBar/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/new-log-viewer/src/components/MenuBar/index.css b/new-log-viewer/src/components/MenuBar/index.css index 0bd5729a8..6a4b105ae 100644 --- a/new-log-viewer/src/components/MenuBar/index.css +++ b/new-log-viewer/src/components/MenuBar/index.css @@ -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 {