diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 21:07:48 +0100 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 21:07:48 +0100 | 
| commit | 0015f431ee7fc319b70ae92a4b8f06b68ad5878a (patch) | |
| tree | 3a80482b958a95bcd82aa717eaaf35f9e0501c1c /public/css | |
| parent | 82c6999ec2ebe572665cc7db4fdb8223cddfc24d (diff) | |
fix event and event group edit buttons
Diffstat (limited to 'public/css')
| -rwxr-xr-x | public/css/style.css | 3 | 
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;  }  | 
