From d1be248f0618d7620a93fe00fd187bc4eec7361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 20 Jun 2018 21:25:49 +0200 Subject: [PATCH] scss: use full width for grid elements on very small screens (#24677) --- static/includes/_grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/includes/_grid.scss b/static/includes/_grid.scss index 6960065..56471ae 100644 --- a/static/includes/_grid.scss +++ b/static/includes/_grid.scss @@ -15,6 +15,7 @@ div[class*=grid-] { padding-right: 1em; @media screen and (max-width: $very-small-limit) { width: 100%; + padding-right: 0; } textarea, select, input[type=text], input[type=password], input[type=email] { width: 100%; -- 2.17.1