styles: remove min width from tags dropdown

This commit is contained in:
Antonella Sgarlatta
2021-06-10 12:18:18 -03:00
parent c86a57e747
commit df1257ac7e
5 changed files with 4 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ const SearchOptions = observer(({ appState }: Props) => {
style={{
top: optionsPanelTop,
}}
className="sn-dropdown sn-dropdown--anchor-right sn-dropdown--animated absolute grid gap-2 py-2"
className="sn-dropdown sn-dropdown--anchor-right sn-dropdown--animated min-w-80 absolute grid gap-2 py-2"
>
<Switch
className="h-10"