Skip to content

Commit 1ff2d3a

Browse files
Textinput: Correct padding-right for input with clear button
Fixes jquery-archivegh-7011 Closes jquery-archivegh-7072
1 parent 2d5b272 commit 1ff2d3a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ textarea.ui-mini {
5151
}
5252
/* Padding on the div instead of input because of browser spinners etc. */
5353
.ui-input-has-clear {
54-
padding-right: 2.25em;
54+
padding-right: 2.375em;
55+
}
56+
.ui-mini.ui-input-has-clear {
57+
padding-right: 2.923em;
5558
}
5659
.ui-input-has-clear input {
5760
padding-right: 0;

0 commit comments

Comments
 (0)