From 16f004fd3d0ac7feecf5aca28cf23c31c9e6a891 Mon Sep 17 00:00:00 2001 From: agriyadev5 Date: Fri, 4 Jun 2021 17:52:43 +0530 Subject: [PATCH] #570 The space above and under the color picker are not consistent --- src/editor/components/sePalette.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editor/components/sePalette.js b/src/editor/components/sePalette.js index 66844a1a..9de844aa 100644 --- a/src/editor/components/sePalette.js +++ b/src/editor/components/sePalette.js @@ -24,7 +24,6 @@ template.innerHTML = ` } #palette_holder { overflow: hidden; - margin-top: 5px; padding: 5px; position: absolute; right: 15px;