From 19bf654fc078696666dfd788af36070d6c40e908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Thu, 21 Jun 2018 10:53:27 +0200 Subject: [PATCH] Fix border tags in detail items --- app/modules/components/tags/tag/tag.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/modules/components/tags/tag/tag.scss b/app/modules/components/tags/tag/tag.scss index d6058c6e..8f3aed11 100644 --- a/app/modules/components/tags/tag/tag.scss +++ b/app/modules/components/tags/tag/tag.scss @@ -3,6 +3,7 @@ @include font-type(light); @include font-size(small); background: $mass-white; + border-left: 5px solid; border-radius: 0 5px 5px 0; color: $grayer; display: inline-block;