Skip to content

Commit

Permalink
Added missing padding to the popover title and footer in 'Test docume…
Browse files Browse the repository at this point in the history
…nts' popover (#99921)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
yuliacech and kibanamachine committed May 14, 2021
1 parent 8a344fa commit df47ae1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ export const DocumentsDropdown: FunctionComponent<Props> = ({
>
{(list) => (
<>
<EuiPopoverTitle>{i18nTexts.popoverTitle}</EuiPopoverTitle>
<EuiPopoverTitle paddingSize="s">{i18nTexts.popoverTitle}</EuiPopoverTitle>
{list}
</>
)}
</EuiSelectable>

<EuiPopoverFooter>
<EuiPopoverFooter paddingSize="s">
<EuiButton
size="s"
fullWidth
Expand Down

0 comments on commit df47ae1

Please sign in to comment.