From a6ea8f6502f2db6b61f47f9407173d08d20fd41c Mon Sep 17 00:00:00 2001 From: krmax44 Date: Thu, 16 May 2024 13:08:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20form=20label=20overflowing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/styles/components/forms.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/styles/components/forms.scss b/frontend/styles/components/forms.scss index b4105e1e2..731af16c3 100644 --- a/frontend/styles/components/forms.scss +++ b/frontend/styles/components/forms.scss @@ -4,8 +4,6 @@ } .field-required { - text-wrap: nowrap; // to prevent the asterisk from wrapping to the next line - &::after { content: '*'; color: var(--#{$prefix}danger);