Browse Source

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
tags/3.3.0
Jean-Philippe Lang 8 years ago
parent
commit
6fc4836f11
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      public/stylesheets/responsive.css

+ 4
- 0
public/stylesheets/responsive.css View File

@@ -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;

Loading…
Cancel
Save