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

@@ -71,7 +71,7 @@ export const NotesOptionsPanel = observer(({ appState }: Props) => {
...position,
maxHeight,
}}
className="sn-dropdown sn-dropdown--animated max-h-120 max-w-xs flex flex-col py-2 overflow-y-auto fixed"
className="sn-dropdown sn-dropdown--animated min-w-80 max-h-120 max-w-xs flex flex-col py-2 overflow-y-auto fixed"
>
{open && (
<NotesOptions