From 3f2edcf2ca3ebd4dcab0311218e380c43d8d1e83 Mon Sep 17 00:00:00 2001 From: Marco Vettorello Date: Thu, 19 Dec 2024 09:51:55 +0100 Subject: [PATCH] fix lint --- .../editor_frame/config_panel/layer_panel.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.scss b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.scss index a802ee12797d2..83cc6f95120b3 100644 --- a/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.scss +++ b/x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.scss @@ -71,7 +71,6 @@ .lnsLayerPanel__dimensionContainer { position: relative; - &+& { margin-top: $euiSizeS; }