diff --git a/dist/css/tooltipster.bundle.css b/dist/css/tooltipster.bundle.css index 742b365..b35a240 100644 --- a/dist/css/tooltipster.bundle.css +++ b/dist/css/tooltipster.bundle.css @@ -327,25 +327,25 @@ corresponds to the arrow we want to display */ .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background { border-bottom-color: #565656; - left: 0px; + left: 0; top: 3px; } .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background { border-left-color: #565656; left: -3px; - top: 0px; + top: 0; } .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background { border-right-color: #565656; left: 3px; - top: 0px; + top: 0; } .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background { border-top-color: #565656; - left: 0px; + left: 0; top: -3px; }