Skip to content

Commit

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



* Changeset file for PR #8331 created/updated

---------



(cherry picked from commit ea8b716)

Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 27, 2024
1 parent c00862a commit 045dfc7
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 @@ -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 045dfc7

Please sign in to comment.