From aca9700baf17049f9215ee431325f7eb899c8f87 Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Wed, 3 Feb 2016 16:24:32 +0100 Subject: [PATCH] fix colorpicker bar height bug --- resources/public/styles/partials/element-options.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/public/styles/partials/element-options.scss b/resources/public/styles/partials/element-options.scss index a9852c5d5..e66bc75c5 100644 --- a/resources/public/styles/partials/element-options.scss +++ b/resources/public/styles/partials/element-options.scss @@ -217,7 +217,7 @@ margin-right: 15px; } .color-picker-bar { - height: 100%; + height: 165px; position: relative; width: 15px;