Skip to content

Commit

Permalink
fix discover input background not shrink (#8331)
Browse files Browse the repository at this point in the history
* fix discover input background not shrink

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>

* Changeset file for PR #8331 created/updated

---------

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
ruanyl and opensearch-changeset-bot[bot] authored Sep 27, 2024
1 parent 0882435 commit ea8b716
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/8331.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Discover query input background not shrink when window resize ([#8331](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8331))
1 change: 1 addition & 0 deletions src/plugins/data/public/ui/query_editor/_query_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
padding: calc($euiSizeXS + 1px);
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 ea8b716

Please sign in to comment.