Skip to content

Commit 309ca08

Browse files
committed
Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox: Incorrect button size
1 parent fe0d252 commit 309ca08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/autocomplete/combobox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<style>
1717
.ui-button { margin-left: -1px; }
1818
.ui-button-icon-only .ui-button-text { padding: 0.35em; }
19-
.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; }
19+
.ui-autocomplete-input { margin: 0; padding: 0.4em 0 0.4em 0.45em; }
2020
</style>
2121
<script>
2222
(function( $ ) {

0 commit comments

Comments
 (0)