We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5419d96 commit ef632c1Copy full SHA for ef632c1
css/structure/jquery.mobile.forms.textinput.css
@@ -33,7 +33,8 @@ input[type=number]::-webkit-outer-spin-button { margin: 0; }
33
.ui-field-contain div.ui-input-text { width: 78%; display: inline-block; }
34
.ui-hide-label input.ui-input-text,
35
.ui-hide-label textarea.ui-input-text,
36
- .ui-hide-label .ui-input-search, .ui-hide-label .ui-input-text { width: 100%; }
+ .ui-hide-label .ui-input-search,
37
+ .ui-hide-label div.ui-input-text { width: 100%; }
38
.ui-input-search input.ui-input-text,
39
div.ui-input-text input.ui-input-text { width: 100%; /*echos rule from above*/ }
40
}
0 commit comments