From 48562e8b26c95075b4e083c1148eedfb6f044396 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Thu, 27 May 2021 14:12:12 -0300 Subject: [PATCH] styles: reduce tags max width --- app/assets/javascripts/components/NoteTags.tsx | 2 +- app/assets/javascripts/components/NotesContextMenu.tsx | 2 +- app/assets/javascripts/components/NotesOptions.tsx | 2 +- app/assets/javascripts/components/NotesOptionsPanel.tsx | 2 +- app/assets/stylesheets/_sn.scss | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/components/NoteTags.tsx b/app/assets/javascripts/components/NoteTags.tsx index 6327eea30..ad6fb70fd 100644 --- a/app/assets/javascripts/components/NoteTags.tsx +++ b/app/assets/javascripts/components/NoteTags.tsx @@ -35,7 +35,7 @@ const NoteTags = observer(({ application, appState }: Props) => { }} > - + {tag.title} diff --git a/app/assets/javascripts/components/NotesContextMenu.tsx b/app/assets/javascripts/components/NotesContextMenu.tsx index b215f0463..4940207eb 100644 --- a/app/assets/javascripts/components/NotesContextMenu.tsx +++ b/app/assets/javascripts/components/NotesContextMenu.tsx @@ -31,7 +31,7 @@ const NotesContextMenu = observer(({ appState }: Props) => { return appState.notes.contextMenuOpen ? (
{appState.tags.tags.map((tag) => (