From 2d7dbf13c966fbae8e582e63fe1a14b2b76e6cec Mon Sep 17 00:00:00 2001 From: Miguel Gonzalez Date: Fri, 2 Mar 2018 20:27:59 +0100 Subject: [PATCH] make scss-lint happy --- app/styles/modules/kanban/kanban-table.scss | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/styles/modules/kanban/kanban-table.scss b/app/styles/modules/kanban/kanban-table.scss index c8a01c82..d08766a4 100644 --- a/app/styles/modules/kanban/kanban-table.scss +++ b/app/styles/modules/kanban/kanban-table.scss @@ -92,17 +92,17 @@ $column-padding: .5rem 1rem; margin-right: 0; } .title { - width: 100%; - display: flex; - align-items: flex-end; - .counter { - margin: 0em .5rem; - @include font-size(xsmall); - line-height: 1.6; - } - .name { - @include ellipsis(65%); - } + align-items: flex-end; + display: flex; + width: 100%; + .counter { + @include font-size(xsmall); + line-height: 1.6; + margin: 0 .5rem; + } + .name { + @include ellipsis(65%); + } } .option { margin-right: .3rem; @@ -190,7 +190,7 @@ $column-padding: .5rem 1rem; } } .column { - padding-left: 0.5rem; + padding-left: .5rem; width: 100%; } .fake-img {