From 4da430c08eb62d7b55bc6ac48847f6cb71d1423e Mon Sep 17 00:00:00 2001 From: "Race, Dale" Date: Wed, 11 Oct 2017 09:12:55 -0500 Subject: [PATCH] Lower select and input button width's on mobile --- src/style/_form.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/style/_form.scss b/src/style/_form.scss index e9d83c7c..961ec7d7 100644 --- a/src/style/_form.scss +++ b/src/style/_form.scss @@ -30,6 +30,10 @@ select .opblock-body select { min-width: 230px; + @media (max-width: 768px) + { + min-width: 180px; + } } label @@ -56,6 +60,10 @@ input[type=file] border: 1px solid #d9d9d9; border-radius: 4px; background: #fff; + @media (max-width: 768px) { + max-width: 175px; + } + &.invalid {