Skip to content

Commit

Permalink
Use better margin
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt committed Oct 10, 2018
1 parent 610cf99 commit b2a58af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/popover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ $arrow-size: 8px;

.components-popover:not(.is-mobile):not(.is-middle).is-right & {
/*!rtl:ignore*/
margin-left: -12px;
margin-left: -$grid-size-large;
}

.components-popover:not(.is-mobile).is-left & {
Expand All @@ -182,7 +182,7 @@ $arrow-size: 8px;

.components-popover:not(.is-mobile):not(.is-middle).is-left & {
/*!rtl:ignore*/
margin-right: -12px;
margin-right: -$grid-size-large;
}
}

Expand Down

0 comments on commit b2a58af

Please sign in to comment.