From ee4aa62041e5b2aef3f39e03dcc50881318daf97 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sun, 30 Apr 2023 00:21:17 +0900 Subject: [PATCH] fixes for new group creation boxes --- public/index.html | 2 +- public/style.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index aec9bc2bb..b3450aa67 100644 --- a/public/index.html +++ b/public/index.html @@ -1581,7 +1581,7 @@

Add Members

-
+

Members

diff --git a/public/style.css b/public/style.css index 8097c4a62..b8237147d 100644 --- a/public/style.css +++ b/public/style.css @@ -3342,6 +3342,14 @@ toolcool-color-picker { flex-wrap: wrap; } +.flexNoGap { + gap: unset !important; +} + +.flexGrow { + flex-grow: 1; +} + .flexnowrap { flex-wrap: nowrap; }