Skip to content

Commit

Permalink
fix(popover): ensure content does not overlap close button (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoker authored and redallen committed Aug 6, 2019
1 parent cca87cf commit 31205b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patternfly/components/Popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--pf-c-popover--c-button--MarginLeft: var(--pf-global--spacer--sm);
--pf-c-popover--c-button--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element) + #{pf-size-prem(1px)}); // align top of button with top of text
--pf-c-popover--c-button--Right: var(--pf-global--spacer--md);
--pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--xl);

// Header
--pf-c-popover--c-title--MarginBottom: var(--pf-global--spacer--lg);
Expand Down

0 comments on commit 31205b9

Please sign in to comment.