From 5f665252d521025a6cdd0d47d4e04e0f52aec58e Mon Sep 17 00:00:00 2001 From: Chrystal Griffiths Date: Tue, 18 Sep 2018 10:13:55 +0100 Subject: [PATCH] Add margin-bottom to tags --- services/web/public/stylesheets/app/templates-v2.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/templates-v2.less b/services/web/public/stylesheets/app/templates-v2.less index 1f7fe8c5fc..66d0d33d2b 100644 --- a/services/web/public/stylesheets/app/templates-v2.less +++ b/services/web/public/stylesheets/app/templates-v2.less @@ -24,7 +24,7 @@ } .tag-link { - margin-right: @margin-xs; + margin: 0 @margin-xs @margin-sm 0; } .templates-container {