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 <virajs@amazon.com>

* Changeset file for PR #7327 created/updated

---------

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 08c2a00 commit 376ead0
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 376ead0

Please sign in to comment.