From 7aeadc48ef836cebaa909d9493b7cf048849a25d Mon Sep 17 00:00:00 2001 From: Elias Showk Date: Thu, 26 Jul 2018 16:59:24 +0200 Subject: [PATCH] correct input[type=submit] height and white-space wrapping (#25498) --- static/grandlyon-cut/_custom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index edf7773..cdb4ed9 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -304,6 +304,8 @@ div#main-content { } } input[type=submit] { + white-space: normal; + min-height: 2.5em; width: 35%; @media screen and (max-width: $mobile-limit) { width: 70%;