Skip to content
Snippets Groups Projects
Unverified Commit 181d088e authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Match spacing in autocomplete (#793)

parent 5a75befc
No related branches found
No related tags found
No related merge requests found
...@@ -10,12 +10,12 @@ const colourStyles = { ...@@ -10,12 +10,12 @@ const colourStyles = {
outline: 0, outline: 0,
marginLeft: -1, marginLeft: -1,
marginRight: 1, marginRight: 1,
padding: '5px 3px', padding: '6px 2px',
minHeight: 'auto', minHeight: 'auto',
}), }),
input: styles => ({ input: styles => ({
...styles, ...styles,
padding: 0, padding: '0 2px',
margin: 0, margin: 0,
}), }),
menuPortal: styles => ({ menuPortal: styles => ({
......
---
category: Enhancements
authors: [j-f1]
---
Slightly improve the layout of the new autocomplete.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment