Skip to content

Commit 11690bc

Browse files
committed
Adjust autocomplete height
1 parent a27d364 commit 11690bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/src/components/UserAutocomplete/UserAutocomplete.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ export const useInlineStyle = makeStyles(() => {
141141
return {
142142
inline: {
143143
width: "300px",
144+
145+
"& .MuiInputBase-root": {
146+
// Match button small height
147+
height: 36,
148+
},
144149
},
145150
}
146151
})

0 commit comments

Comments
 (0)