diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:23:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:23:13 +0000 |
commit | 6fc4836f113889b131532582dc7eab772a340465 (patch) | |
tree | 48bf4d81a37aef5a1388f3cfbc3dde82f7df344d /public/stylesheets | |
parent | 079a1881d78caf46dbe9fc6ec4e1d25276be856f (diff) | |
download | redmine-6fc4836f113889b131532582dc7eab772a340465.tar.gz redmine-6fc4836f113889b131532582dc7eab772a340465.zip |
Set max-with to 100% for input, select and textea (#22101).
Patch by Felix Gliesche.
git-svn-id: http://svn.redmine.org/redmine/trunk@15214 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/responsive.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |