From 0015f431ee7fc319b70ae92a4b8f06b68ad5878a Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sun, 26 May 2024 21:07:48 +0100 Subject: fix event and event group edit buttons --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index 9a81967..3321090 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -441,7 +441,8 @@ ul#sidebar__nav a { flex-wrap: wrap; } -#event__actions #editEvent { +#event__actions #editEvent, +#event__actions #editGroup { width: 100%; margin-top: 16px; } -- cgit v1.2.3