From 85f0b8869b45fd06bea58e2aefbdc17918e45c9d Mon Sep 17 00:00:00 2001 From: Felix Gliesche Date: Mon, 22 Feb 2016 17:43:07 -0600 Subject: [PATCH] Set max-with to 100% for input, select and textea --- public/stylesheets/responsive.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 9e0dad2..c01a753 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -663,6 +663,10 @@ G) FORMS \*----------------------------------------*/ + input, select, textarea { + max-width: 100%; + } + /* tabular forms resets for mobile */ .tabular p, .tabular.settings p { padding-left: 0; -- 2.5.4 (Apple Git-61)