Skip to content
Permalink
Browse files
Autocomplete: Fix styling for combobox demo
Fixes #10059
  • Loading branch information
scottgonzalez committed Jul 24, 2014
1 parent 930bc7d commit d1e327c
Showing 1 changed file with 1 addition and 4 deletions.
@@ -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;
}
</style>
<script>

0 comments on commit d1e327c

Please sign in to comment.