styles: reduce tags max width

This commit is contained in:
Antonella Sgarlatta
2021-05-27 14:12:12 -03:00
parent d255057cba
commit 48562e8b26
5 changed files with 5 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-80 flex flex-col py-2 overflow-y-scroll fixed"
className="sn-dropdown sn-dropdown--animated max-h-120 max-w-xs flex flex-col py-2 overflow-y-scroll fixed"
>
{open && (
<NotesOptions