Skip to content

Commit

Permalink
fix tooltip centering (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple authored and RobbieTheWagner committed Oct 25, 2018
1 parent fcbca34 commit 49339e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function _makeCenteredTippy() {
tippyOptions.popperOptions,
{
modifiers: Object.assign(
{ centeredStylePopperModifier },
centeredStylePopperModifier,
tippyOptions.popperOptions.modifiers
)
}
Expand Down

0 comments on commit 49339e5

Please sign in to comment.