mirror of
https://github.com/maputnik/editor.git
synced 2026-08-30 17:07:26 +00:00
Convert Autocmplete from tabs to spaces
This commit is contained in:
@@ -20,6 +20,8 @@ class AutocompleteInput extends React.Component {
|
||||
position: 'fixed',
|
||||
overflow: 'auto',
|
||||
maxHeight: '50%',
|
||||
background: colors.gray,
|
||||
zIndex: 3,
|
||||
}}
|
||||
inputProps={{
|
||||
style: {
|
||||
@@ -42,6 +44,7 @@ class AutocompleteInput extends React.Component {
|
||||
background: isHighlighted ? colors.midgray : colors.gray,
|
||||
padding: margins[0],
|
||||
fontSize: fontSizes[5],
|
||||
zIndex: 3,
|
||||
}}
|
||||
>
|
||||
{item[1]}
|
||||
|
||||
Reference in New Issue
Block a user