From 2e16d76f7c433b55a84bd5b8ccbc21d25000ef40 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Wed, 11 Jan 2017 09:26:41 +0100 Subject: [PATCH] fix color picker input --- frontend/resources/styles/main/partials/colorpicker.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/colorpicker.scss b/frontend/resources/styles/main/partials/colorpicker.scss index 14e3cb69c..9323e65b2 100644 --- a/frontend/resources/styles/main/partials/colorpicker.scss +++ b/frontend/resources/styles/main/partials/colorpicker.scss @@ -158,7 +158,7 @@ border-radius: $br-small; margin: 3px 0 0 $x-small; padding: 0 $x-small; - width: 55px; + width: 58px; font-size: $fs13; } }