From 5c5c8ceaf0a0797100899af5119a00407f2045dc Mon Sep 17 00:00:00 2001 From: f0x52 Date: Fri, 25 Nov 2022 16:37:57 +0100 Subject: [chore] Fix frogend admin emoji patch (#1148) * fix className * fix unable to set category on new emoji * wrap emoji groups --- web/source/settings/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/source/settings/style.css') diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 7922a4053..590db1982 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -410,6 +410,7 @@ span.form-info { .emoji-group { display: flex; + flex-wrap: wrap; a { border-radius: $br; -- cgit v1.3