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;