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 {