From 37602e455085f7ad2c4bf0cdb88b9455d8eef133 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Thu, 27 May 2021 11:04:47 -0300 Subject: [PATCH] styles: fix tags padding --- app/assets/javascripts/components/NoteTags.tsx | 2 +- app/assets/stylesheets/_sn.scss | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/components/NoteTags.tsx b/app/assets/javascripts/components/NoteTags.tsx index 83b2d2759..75f9c4601 100644 --- a/app/assets/javascripts/components/NoteTags.tsx +++ b/app/assets/javascripts/components/NoteTags.tsx @@ -25,7 +25,7 @@ const NoteTags = observer(({ application, appState }: Props) => {
{activeNoteTags.map((tag, index) => (