From b539a0f3fbdc4b4a495872fced6ad80e59010f55 Mon Sep 17 00:00:00 2001 From: cchaos Date: Wed, 9 Sep 2020 12:35:11 -0400 Subject: [PATCH] Cleanup --- src/plugins/data/public/ui/query_string_input/_query_bar.scss | 1 - .../editor_frame/config_panel/_layer_panel.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/src/plugins/data/public/ui/query_string_input/_query_bar.scss b/src/plugins/data/public/ui/query_string_input/_query_bar.scss index c437a4c0d9ca52..1ff24c61954e7f 100644 --- a/src/plugins/data/public/ui/query_string_input/_query_bar.scss +++ b/src/plugins/data/public/ui/query_string_input/_query_bar.scss @@ -39,7 +39,6 @@ &:focus { overflow-x: auto; overflow-y: auto; - // width: calc(100% + 1px); // To overtake the group's fake border white-space: normal; } } 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 f9e267c4c237b4..ab53ff983ca262 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 @@ -51,7 +51,6 @@ padding: $euiSizeS; } - .lnsLayerPanel__styleEditor { width: $euiSize * 30; padding: $euiSizeS;