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;