From 5f79c4cbbb062ed3789934525e001f34ca4eaf34 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 30 Sep 2016 09:35:04 +0200 Subject: [PATCH] fix padding color attributes --- app/styles/modules/common/colors-table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/modules/common/colors-table.scss b/app/styles/modules/common/colors-table.scss index fda0e53d..fabf7df4 100644 --- a/app/styles/modules/common/colors-table.scss +++ b/app/styles/modules/common/colors-table.scss @@ -22,6 +22,7 @@ border: 0; } &.edition { + padding-left: 3rem; .current-color { cursor: pointer; }