From 998c75e4902964962d91d4488a7c783cb8a320da Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 23 Apr 2020 19:50:30 +0200 Subject: [PATCH] :art: (tag) remove padding and margin for tag tables --- src/components/TagList.vue | 8 ++++---- src/styles/index.scss | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/TagList.vue b/src/components/TagList.vue index 2a3ba5f..eb1787d 100644 --- a/src/components/TagList.vue +++ b/src/components/TagList.vue @@ -41,20 +41,20 @@ -
+
-
+

diff --git a/src/styles/index.scss b/src/styles/index.scss index af51ea2..abf5edd 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -51,6 +51,14 @@ button { margin: 0 0.75rem; } +.clear-margin { + margin: 0; +} + +.no-padding { + padding: 0.75rem 0; +} + .numeric { font-family: 'Cutive Mono', monospace; }