]> source.dussan.org Git - redmine.git/commitdiff
Set max-with to 100% for input, select and textea (#22101).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:23:13 +0000 (10:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:23:13 +0000 (10:23 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@15214 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index 793cbd072f9985cc71d940362d64497880ca96c3..ad7a282be2d6f88b77f2fea91ad5f3d3bec53f66 100644 (file)
     G) FORMS
   \*----------------------------------------*/
 
+  input, select, textarea {
+    max-width: 100%;
+  }
+
   /* tabular forms resets for mobile */
   .tabular p, .tabular.settings p {
     padding-left: 0;