From ab1723f21c6b03128eeb4d4dadd6fa2ca2f8d0fa Mon Sep 17 00:00:00 2001 From: IanM <16573496+imorland@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:11:08 +0100 Subject: [PATCH] fix: admin tag list does not wrap (#105) --- resources/less/admin.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/less/admin.less b/resources/less/admin.less index ed2432d..1248796 100644 --- a/resources/less/admin.less +++ b/resources/less/admin.less @@ -30,4 +30,10 @@ } } } + + .SelectTagsSettingComponent { + .TagsLabel { + white-space: wrap; + } + } }