From 667af9debdfd6a98cbcc0946a04e05696f7ab9aa Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 8 Nov 2018 16:06:17 -0500 Subject: [PATCH] height fix --- app/assets/stylesheets/desktop/login.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/login.scss b/app/assets/stylesheets/desktop/login.scss index 72873d5f12f..7f262c2d1ee 100644 --- a/app/assets/stylesheets/desktop/login.scss +++ b/app/assets/stylesheets/desktop/login.scss @@ -128,7 +128,7 @@ box-sizing: border-box; padding: 15px; margin-bottom: 5px; - max-height: 450px; + max-height: 475px; @media screen and (max-height: 768px) { max-height: 60vh; }