Skip to content

Commit 32689c6

Browse files
committed
dist build
1 parent a98e3cd commit 32689c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/css/tooltipster.bundle.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -327,25 +327,25 @@ corresponds to the arrow we want to display */
327327

328328
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
329329
border-bottom-color: #565656;
330-
left: 0px;
330+
left: 0;
331331
top: 3px;
332332
}
333333

334334
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
335335
border-left-color: #565656;
336336
left: -3px;
337-
top: 0px;
337+
top: 0;
338338
}
339339

340340
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
341341
border-right-color: #565656;
342342
left: 3px;
343-
top: 0px;
343+
top: 0;
344344
}
345345

346346
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
347347
border-top-color: #565656;
348-
left: 0px;
348+
left: 0;
349349
top: -3px;
350350
}
351351

0 commit comments

Comments
 (0)