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

Commit 9d0f93d

Browse files
authored
Merge pull request #827 from appirio-tech/fix_badge_position_problem
fix badge position problem
2 parents 0779b3b + 5cd8ee5 commit 9d0f93d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

assets/css/directives/badge-tooltip.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
background: url(../../images/badge.grid.large.png);
1616
margin-bottom: 2px;
1717
margin-top: 2px;
18-
margin-left: 25px;
18+
margin-left: 12px;
19+
margin-right: 12px;
1920
float: left;
2021
}
21-
.singleBadge.leftMost {
22-
margin-left: 0px;
23-
}
22+
2423

2524
.subBadge {
2625
height: 48px;

0 commit comments

Comments
 (0)