Skip to content

Commit d1e327c

Browse files
committed
Autocomplete: Fix styling for combobox demo
Fixes #10059
1 parent 930bc7d commit d1e327c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

demos/autocomplete/combobox.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@
2424
bottom: 0;
2525
margin-left: -1px;
2626
padding: 0;
27-
/* support: IE7 */
28-
*height: 1.7em;
29-
*top: 0.1em;
3027
}
3128
.custom-combobox-input {
3229
margin: 0;
33-
padding: 0.3em;
30+
padding: 5px 10px;
3431
}
3532
</style>
3633
<script>

0 commit comments

Comments
 (0)