diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index 8664ed530d..437e52ab1d 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -24,13 +24,10 @@
bottom: 0;
margin-left: -1px;
padding: 0;
- /* support: IE7 */
- *height: 1.7em;
- *top: 0.1em;
}
.custom-combobox-input {
margin: 0;
- padding: 0.3em;
+ padding: 5px 10px;
}