From 660ed410ce915d606cd7810ea7152f0df663cfe7 Mon Sep 17 00:00:00 2001 From: "youngje (heka)" Date: Mon, 24 Jul 2023 22:21:29 +0900 Subject: [PATCH] fix: where text wraps even though there is enough space to display it. (#19914) Co-authored-by: Brad Decker --- ui/components/app/tab-bar/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/components/app/tab-bar/index.scss b/ui/components/app/tab-bar/index.scss index 67c9e08d9..49fb2461f 100644 --- a/ui/components/app/tab-bar/index.scss +++ b/ui/components/app/tab-bar/index.scss @@ -36,6 +36,7 @@ display: flex; align-items: center; position: relative; + width: 100%; &__title { @include H4;