From e3e2d7d5b57a6e6ccb8753d59974139ae11eeb3d Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 25 Feb 2023 18:50:30 +0100 Subject: [PATCH] Checkbox: Fix multiline label with html markup (#2663) --- src/components/ui/Checkbox.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ui/Checkbox.scss b/src/components/ui/Checkbox.scss index 8e5c017ed..29edb8159 100644 --- a/src/components/ui/Checkbox.scss +++ b/src/components/ui/Checkbox.scss @@ -98,6 +98,8 @@ .label { display: block; text-align: initial; + flex-wrap: wrap; + column-gap: 0.25rem; } .subLabel {