From 9570c735dd2598a2c1ab299bfacd435385bb0ca5 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Thu, 21 Sep 2023 06:58:05 +0000 Subject: [PATCH] fixes #3214 Closes #3214 Merge request studip/studip!2178 --- resources/assets/stylesheets/scss/messages.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/stylesheets/scss/messages.scss b/resources/assets/stylesheets/scss/messages.scss index 63549304506..453987b91a2 100644 --- a/resources/assets/stylesheets/scss/messages.scss +++ b/resources/assets/stylesheets/scss/messages.scss @@ -7,7 +7,7 @@ } a.message-tag { - $white-space: nowrap; + white-space: nowrap; @include icon(before, tag, clickable); } @@ -50,7 +50,7 @@ a.message-tag { overflow: auto; li.adressee { - $white-space: nowrap; + white-space: nowrap; } } -- GitLab