Skip to content

Commit

Permalink
fix: Make QuickSelectPopover padding small in SuperDatePicker (opense…
Browse files Browse the repository at this point in the history
…arch-project#1315)

* fix: Make QuickSelectPopover padding small in SuperDatePicker

---------

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
Signed-off-by: Viraj Sanghvi <vsanghvi@gmail.com>
  • Loading branch information
virajsanghvi committed Jul 19, 2024
1 parent a82dfe0 commit aae8df6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- Fix next reset for code blocks and super update button icon ([#1306])(https://github.com/opensearch-project/oui/pull/1306)
- Fix the appearance of form controls in grouped layouts ([#1311])(https://github.com/opensearch-project/oui/pull/1311)
- Fix QuickSelectPopover padding in SuperDatePicker ([#1315](https://github.com/opensearch-project/oui/pull/1315))

### 🚞 Infrastructure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exports[`OuiQuickSelectPopover is rendered 1`] = `
hasArrow={true}
isOpen={false}
ownFocus={true}
panelPaddingSize="m"
panelPaddingSize="s"
>
<div
className="ouiQuickSelectPopover__content"
Expand Down Expand Up @@ -114,7 +114,7 @@ exports[`OuiQuickSelectPopover isAutoRefreshOnly 1`] = `
hasArrow={true}
isOpen={false}
ownFocus={true}
panelPaddingSize="m"
panelPaddingSize="s"
>
<div
className="ouiQuickSelectPopover__content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export class OuiQuickSelectPopover extends Component<
button={quickSelectButton}
isOpen={isOpen}
closePopover={this.closePopover}
panelPaddingSize="s"
anchorPosition="downLeft"
anchorClassName="ouiQuickSelectPopover__anchor">
<div
Expand Down

0 comments on commit aae8df6

Please sign in to comment.