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

Commit 9447892

Browse files
authored
Merge pull request #172 from camerondubas/master
Fix typo 'rigth' to 'right'
2 parents ca28a27 + 7ab1c0c commit 9447892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/angular-tooltips.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$tolerance: 3px;
22
$margin-tooltip-arrow: 6px;
33
$padding-top-bottom-tooltip: 8px;
4-
$padding-rigth-left-tooltip: 16px;
4+
$padding-right-left-tooltip: 16px;
55
$tooltip-background-color: rgba(0, 0, 0, .85);
66
$tooltip-color: #fff;
77
$tooltip-border-radius: 3px;
@@ -119,7 +119,7 @@ tooltip {
119119
max-width: 500px;
120120
min-width: 100px;
121121
opacity: 0;
122-
padding: $padding-top-bottom-tooltip $padding-rigth-left-tooltip;
122+
padding: $padding-top-bottom-tooltip $padding-right-left-tooltip;
123123
position: absolute;
124124
text-align: center;
125125
width: auto;

0 commit comments

Comments
 (0)