From c59501958f6c19e56b53a5712077ff68cb49bb97 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 26 Apr 2020 16:32:30 +0200 Subject: [PATCH] Fix attachment icon --- src/styles/components/kanban.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/components/kanban.scss b/src/styles/components/kanban.scss index f493c925..1ac766af 100644 --- a/src/styles/components/kanban.scss +++ b/src/styles/components/kanban.scss @@ -122,8 +122,12 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em'; .icon { svg { - margin: 4px; + margin: 4px 0 4px 4px; fill: $dark; + + &:not(.svg-inline--fa) { + width: 16px; + } } } }