From 999f66f800b370c9732859b8e1f527a6d4b1d088 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Thu, 21 May 2020 20:19:09 -0400 Subject: [PATCH] fix subpixel border rendering errors in chromium based browsers --- assets/css/views/tags.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/views/tags.scss b/assets/css/views/tags.scss index 8ee81c26..c2822110 100644 --- a/assets/css/views/tags.scss +++ b/assets/css/views/tags.scss @@ -11,7 +11,7 @@ resize: both; } -.tagsinput .tag { +.tag-page .tag, .tagsinput .tag { font-family: $font_family_base; padding: 5px; } @@ -59,7 +59,7 @@ // Tags .tag { border: 1px solid; - display: inline-flex; + display: inline-table; align-items: center; font-size: 14px; font-weight: bold; @@ -69,6 +69,7 @@ .tag > span { padding: 5px; + display: table-cell; } .tag a {