aboutsummaryrefslogtreecommitdiff
path: root/auth/public/style.css
diff options
context:
space:
mode:
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%;
}