Aligned AC items

pull/5806/head
Cagatay Civici 2024-05-30 11:27:03 +03:00
parent 52aa426910
commit 152861baec
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ const theme = ({ dt }) => `
white-space: nowrap;
position: relative;
overflow: hidden;
margin: 2px 0;
display: flex;
align-items: center;
padding: ${dt('autocomplete.option.padding')};
border: 0 none;
color: ${dt('autocomplete.option.color')};