Skip to content

Commit

Permalink
fix discover input background not shrink
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl committed Sep 25, 2024
1 parent d3b776d commit ef9dfe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/data/public/ui/query_editor/_query_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
align-items: center;
padding: $euiSizeXS;

> * {
>* {
flex: 0 1 auto;
min-width: 0;
}
Expand Down Expand Up @@ -200,6 +200,7 @@
padding: $euiSizeS;
background-color: $euiColorEmptyShade;
overflow: initial !important; // needed for suggestion window, otherwise will be hidden in child
min-width: 0;

.monaco-editor .view-overlays .current-line {
border: none;
Expand Down

0 comments on commit ef9dfe8

Please sign in to comment.