From 081d572e6e63b17591eae0414c20576a60c92f18 Mon Sep 17 00:00:00 2001 From: dmt0 Date: Thu, 20 Dec 2018 16:18:07 -0500 Subject: [PATCH] Colorpicker in 2 fold fix --- src/styles/components/widgets/_colorpicker.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/styles/components/widgets/_colorpicker.scss b/src/styles/components/widgets/_colorpicker.scss index 8b6d808b7..c08697db6 100644 --- a/src/styles/components/widgets/_colorpicker.scss +++ b/src/styles/components/widgets/_colorpicker.scss @@ -98,8 +98,9 @@ $colorpicker-width: 185px; .fold .fold { .colorpicker__container { - width: calc( - #{$colorpicker-width} - var(--spacing-half-unit) - var(--spacing-half-unit) - ); + width: calc(#{$colorpicker-width} - var(--spacing-half-unit) - var(--spacing-half-unit)); + } + .colorpicker__outer { + width: calc(#{$colorpicker-width} - var(--spacing-half-unit) - var(--spacing-half-unit)); } }