summaryrefslogtreecommitdiff
path: root/web/source/settings/style.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-08-20 18:56:42 +0200
committerLibravatar GitHub <noreply@github.com>2024-08-20 18:56:42 +0200
commit9b2f14b13149546de909b4489d19ef8cf611fd59 (patch)
treed2d219bed2c0360beb0b4345dbdc9b9f0fbb88d1 /web/source/settings/style.css
parent[performance] use native Go code to probe JPEGs (#3206) (diff)
downloadgotosocial-9b2f14b13149546de909b4489d19ef8cf611fd59.tar.xz
[bugfix/frontend] Fix error on submitting domain perm with enter key (#3218)
Diffstat (limited to 'web/source/settings/style.css')
-rw-r--r--web/source/settings/style.css4
1 files changed, 4 insertions, 0 deletions
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 {