From dbf5585749661ddef567533632e6eea65382e8d2 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Thu, 21 May 2020 19:14:13 -0400 Subject: [PATCH] fix padding on fancy tag editor --- assets/css/views/tags.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/views/tags.scss b/assets/css/views/tags.scss index 893fe5b7..8ee81c26 100644 --- a/assets/css/views/tags.scss +++ b/assets/css/views/tags.scss @@ -13,6 +13,11 @@ .tagsinput .tag { font-family: $font_family_base; + padding: 5px; +} + +.tagsinput .tag a { + margin-left: 5px; } .tagsinput.js-taginput {