From 91d024b25bfaa01bd2483cc2f0009cbdab70f048 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 12 Mar 2016 10:23:46 +0000 Subject: [PATCH] Merged r15214 (#22101). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15215 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 793cbd072..ad7a282be 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -666,6 +666,10 @@ G) FORMS \*----------------------------------------*/ + input, select, textarea { + max-width: 100%; + } + /* tabular forms resets for mobile */ .tabular p, .tabular.settings p { padding-left: 0; -- 2.39.5