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 c437a4c0d9ca..1ff24c61954e 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 f9e267c4c237..ab53ff983ca2 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;