Skip to content

Commit 2a7fc81

Browse files
committed
autocomplete: combobox demo: tweaked padding to be more consistent across browsers
1 parent 01ac417 commit 2a7fc81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/autocomplete/combobox.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
</script>
8686
<style>
8787
/* TODO shouldn't be necessary */
88-
.ui-button-icon-only .ui-button-text { padding: 0; }
88+
.ui-button-icon-only .ui-button-text { padding: 0.35em; }
89+
.ui-autocomplete-input { padding: 0.48em 0 0.47em 0.45em; }
8990
</style>
9091
</head>
9192
<body>

0 commit comments

Comments
 (0)