From 763d687b73c0e3f38405c71831a619c1354702da Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 22 Oct 2024 10:52:28 +0200 Subject: [PATCH] =?UTF-8?q?debug=20list=20=C3=A9tapes=20mobi;e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/themes/custom/caravane/assets/scss/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/themes/custom/caravane/assets/scss/main.scss b/web/themes/custom/caravane/assets/scss/main.scss index 40b00b4..5612696 100644 --- a/web/themes/custom/caravane/assets/scss/main.scss +++ b/web/themes/custom/caravane/assets/scss/main.scss @@ -696,6 +696,7 @@ 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); }