fix: fix tags container max width

This commit is contained in:
Antonella Sgarlatta
2021-06-02 20:30:03 -03:00
parent 30ee2e90b4
commit 9be9ba2afc
3 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ const NoteTagsContainer = observer(({ application, appState }: Props) => {
return (
<div
className="bg-default flex flex-wrap pl-1 -ml-1"
className="bg-default flex flex-wrap pl-1 -ml-1 -ml-2"
style={{
maxWidth: tagsContainerMaxWidth,
}}