From ebc5b3e6935fad2b2e9bd988e4980f5b44d02b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 14 Nov 2018 15:17:28 +0100 Subject: [PATCH] minor css change --- public/sass/components/_panel_editor.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sass/components/_panel_editor.scss b/public/sass/components/_panel_editor.scss index 6d4022b6d3a..a3732cd78f9 100644 --- a/public/sass/components/_panel_editor.scss +++ b/public/sass/components/_panel_editor.scss @@ -65,10 +65,10 @@ width: 180px; position: relative; border-radius: 2px; - height: 10px; + height: 7px; cursor: grabbing; background: $input-label-bg; - top: -8px; + top: -9px; &:hover { transition: background 0.2s ease-in 0.4s;