commit 0fcd71618efc587fd16469052ee2cef81c7b7da2
parent 0d0a62718ce0f4919f6bd13503a605794d760f4c
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 18 Feb 2018 09:55:12 -0600
Decrease isso auth-section max-width so that it still plays well with 300% zoom.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/css/isso.css b/static/css/isso.css
@@ -175,7 +175,7 @@
.isso-postbox > .form-wrapper > .auth-section .input-wrapper {
display: inline-block;
position: relative;
- max-width: 30%;
+ max-width: 28%;
margin: 0;
margin-right: .3em;
}