Skip to content

Commit

Permalink
Combobox demo: Fix padding on input for alignment with button. Fixes …
Browse files Browse the repository at this point in the history
…#6729 - Combobox: Incorrect button size
  • Loading branch information
jzaefferer committed May 10, 2011
1 parent fe0d252 commit 309ca08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/autocomplete/combobox.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<style>
.ui-button { margin-left: -1px; }
.ui-button-icon-only .ui-button-text { padding: 0.35em; }
.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; }
.ui-autocomplete-input { margin: 0; padding: 0.4em 0 0.4em 0.45em; }
</style>
<script>
(function( $ ) {
Expand Down

0 comments on commit 309ca08

Please sign in to comment.