Skip to content

Commit

Permalink
[Backport 1.x] fix: Make QuickSelectPopover padding small in SuperDat…
Browse files Browse the repository at this point in the history
…ePicker (#1316)

* fix: Make QuickSelectPopover padding small in SuperDatePicker (#1315)

* fix: Make QuickSelectPopover padding small in SuperDatePicker

---------

Signed-off-by: Viraj Sanghvi <[email protected]>
Signed-off-by: Viraj Sanghvi <[email protected]>
(cherry picked from commit aae8df6)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: Miki <[email protected]>

---------

Signed-off-by: Viraj Sanghvi <[email protected]>
Signed-off-by: Viraj Sanghvi <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Miki <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Miki <[email protected]>
  • Loading branch information
3 people authored Jul 19, 2024
1 parent e1b2951 commit f8ded40
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 @@ -14,6 +14,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 f8ded40

Please sign in to comment.