feat: add 'add tags' option to menu

This commit is contained in:
Antonella Sgarlatta
2021-05-04 18:53:26 -03:00
parent 45357c1976
commit 601ece8cbd
7 changed files with 137 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ export const NotesOptionsPanel = observer(({ appState }: Props) => {
style={{
...position,
}}
className="sn-dropdown sn-dropdown-anchor-right flex flex-col py-2"
className="sn-dropdown sn-dropdown-anchor-right flex flex-col py-2 max-w-265"
>
<NotesOptions
appState={appState}