From 2e377dfef0f7b360a6bceb7463344eb1ba05e7f7 Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 22 Oct 2024 10:53:45 +0200 Subject: [PATCH] debug retractable message mobile --- web/themes/custom/caravane/assets/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }