fix: fix tags container max width
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user