aboutsummaryrefslogtreecommitdiff
path: root/auth/public/style.css
diff options
context:
space:
mode:
authorMarvin Borner2020-10-01 16:45:33 +0200
committerMarvin Borner2020-10-01 16:45:33 +0200
commitce6a00fa25bd12774fa86ee384e840565ecf965b (patch)
tree8a4e2e1d719f7a3a26330dd4b9c46b08b150e779 /auth/public/style.css
parentf2b0241434ff2ba4e461235a4c5d905487e537d1 (diff)
Added quotes frontend
Diffstat (limited to 'auth/public/style.css')
-rw-r--r--auth/public/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth/public/style.css b/auth/public/style.css
index f7e5f23..7cb346f 100644
--- a/auth/public/style.css
+++ b/auth/public/style.css
@@ -20,7 +20,8 @@ form {
background: white;
}
-input:not([type="checkbox"]) {
+input:not([type="checkbox"]),
+button {
width: 100%;
}