diff --git a/web/themes/custom/caravane/assets/scss/main.scss b/web/themes/custom/caravane/assets/scss/main.scss index 5612696..95bf185 100644 --- a/web/themes/custom/caravane/assets/scss/main.scss +++ b/web/themes/custom/caravane/assets/scss/main.scss @@ -696,7 +696,6 @@ body{ align-items: center; transform: rotate(90deg) scale(1); transition: all 0.3s ease-out; - text-wrap: nowrap; &:hover { transform: rotate(90deg) scale(1.05); } @@ -718,6 +717,7 @@ body{ margin-bottom: 0.2rem; font-size: $sm-font-size-mobile; text-wrap: nowrap; + white-space: nowrap; @media screen and (min-width: $desktop-min-width) { font-size: $sm-font-size-desktop; }