Skip to content

Commit

Permalink
fix: Fix wrapping of labels in filter by type popover (#7327)
Browse files Browse the repository at this point in the history
* fix: Fix wrapping of labels in filter by type popover

Signed-off-by: Viraj Sanghvi <[email protected]>

* Changeset file for PR #7327 created/updated

---------

Signed-off-by: Viraj Sanghvi <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 376ead0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b13f59f commit f8b4fa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/7327.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Fix wrapping of labels in filter by type popover ([#7327](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7327))
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
border-bottom: $euiBorderThin !important;
}
}

.dataPanelTypeFilterPopover {
min-width: 300px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export function DiscoverFieldSearch({ onChange, value, types }: Props) {
<EuiFilterGroup>
<EuiPopover
id="dataPanelTypeFilter"
panelClassName="euiFilterGroup__popoverPanel"
panelClassName="euiFilterGroup__popoverPanel dataPanelTypeFilterPopover"
panelPaddingSize="none"
anchorPosition="downLeft"
display="block"
Expand Down

0 comments on commit f8b4fa7

Please sign in to comment.