summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-05-26 21:07:48 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2024-05-26 21:07:48 +0100
commit0015f431ee7fc319b70ae92a4b8f06b68ad5878a (patch)
tree3a80482b958a95bcd82aa717eaaf35f9e0501c1c /public
parent82c6999ec2ebe572665cc7db4fdb8223cddfc24d (diff)
fix event and event group edit buttons
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/style.css3
1 files changed, 2 insertions, 1 deletions
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;
}