From 9b2f14b13149546de909b4489d19ef8cf611fd59 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:56:42 +0200 Subject: [bugfix/frontend] Fix error on submitting domain perm with enter key (#3218) --- web/source/settings/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/source/settings/style.css') diff --git a/web/source/settings/style.css b/web/source/settings/style.css index 3d1545634..ad4b1c3c5 100644 --- a/web/source/settings/style.css +++ b/web/source/settings/style.css @@ -581,6 +581,10 @@ span.form-info { .filter { display: flex; gap: 0.5rem; + + button { + width: 100%; + } } .entry { -- cgit v1.3