Skip to content

Commit ac6c169

Browse files
committed
Increase search form width on smaller screen widths to avoid cutting off placeholder text on api.jquerymobile.com
1 parent 9a1f4c4 commit ac6c169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,7 @@ html.jquery-learning { background: #000 url(../i/learning_bg.jpg) no-repeat cent
25862586
float: none;
25872587
clear: left;
25882588
margin: 0 auto;
2589-
width: 200px;
2589+
width: 225px;
25902590
}
25912591
#container header nav .searchform input {
25922592
text-align: center;

0 commit comments

Comments
 (0)