From 1eba863cc4c7b8dd12efeb09de125e8c586820e4 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 20 Mar 2023 01:13:21 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=ED=8F=B0=ED=8A=B8=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=EC=9D=B4=20=EB=8B=A4=EB=A5=B4=EB=8D=94=EB=9D=BC=EB=8F=84=20?= =?UTF-8?q?=ED=88=B4=EB=B0=94=20=EB=B2=84=ED=8A=BC=20=EC=A4=84=20=EC=88=98?= =?UTF-8?q?=20=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageFront.vue | 4 ++++ hwe/ts/components/GlobalMenu.vue | 1 + 2 files changed, 5 insertions(+) diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index 10aa6418..b812e89e 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -530,6 +530,10 @@ watch(refreshCounter, async () => { } } +.generalCommandToolbar{ + white-space: nowrap; +} + @include media-500px { #outBlock { position: absolute; diff --git a/hwe/ts/components/GlobalMenu.vue b/hwe/ts/components/GlobalMenu.vue index 5f819cfb..73accb02 100644 --- a/hwe/ts/components/GlobalMenu.vue +++ b/hwe/ts/components/GlobalMenu.vue @@ -139,6 +139,7 @@ function splitClick(menu: MenuItem) { .global-menu { display: grid; gap: 0.1rem; + white-space: nowrap; } @include media-1000px {