Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 40e8f8f

Browse files
committed
tooltip display:inline-block; by default
1 parent b345cc1 commit 40e8f8f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/angular-tooltips.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-tooltips.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/angular-tooltips.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $tooltip-medium-transition: .35s;
6161
}
6262

6363
position: relative;
64+
display:inline-block;
6465

6566
&._multiline {
6667

0 commit comments

Comments
 (0)