From ee27fcc0c02a9402f45269894c5f88427eeb25f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Fri, 12 Dec 2025 12:34:18 +0900 Subject: [PATCH] =?UTF-8?q?white-space=20nowrap=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/sass/components/_tables.scss | 1 + src/main/resources/static/sass/pages/_index.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/static/sass/components/_tables.scss b/src/main/resources/static/sass/components/_tables.scss index ae5f522..622389e 100644 --- a/src/main/resources/static/sass/components/_tables.scss +++ b/src/main/resources/static/sass/components/_tables.scss @@ -447,6 +447,7 @@ justify-content: center; padding: $spacing-sm $spacing-md; height: 40px; + white-space: nowrap; border-radius: $border-radius-md; font-size: $font-size-base; font-weight: $font-weight-regular; diff --git a/src/main/resources/static/sass/pages/_index.scss b/src/main/resources/static/sass/pages/_index.scss index b4a2540..2531955 100644 --- a/src/main/resources/static/sass/pages/_index.scss +++ b/src/main/resources/static/sass/pages/_index.scss @@ -865,6 +865,7 @@ transition: all 0.3s ease; height: 40px; width: 135px; + white-space: nowrap; @include respond-to('md') { position: static;