Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 1ef2c51

Browse files
Textinput: added min-height to make text fit on IE/WP. Fixes #5307.
1 parent d9a3269 commit 1ef2c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.forms.textinput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
2-
input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; margin: .5em 0; line-height: 1.4; font-size: 16px; display: block; width: 100%; outline: 0; }
2+
input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; margin: .5em 0; min-height: 2.2em; line-height: 1.4em; font-size: 16px; display: block; width: 100%; outline: 0; }
33
input.ui-mini, .ui-mini input, textarea.ui-mini { font-size: 14px; }
44
div.ui-input-text input.ui-input-text, div.ui-input-text textarea.ui-input-text,
55
.ui-input-search input.ui-input-text { border: none; width: 100%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }

0 commit comments

Comments
 (0)