Skip to content

Commit 7a20e3c

Browse files
authored
Merge pull request #20 from nychinn/master
fix position of label
2 parents e919a74 + 826e598 commit 7a20e3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

public/css/app.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,15 @@
384384
margin-top: -7px;
385385
}
386386

387+
.sidebar-menu>li .label,
388+
.sidebar-menu>li .badge {
389+
margin-top: 0;
390+
margin-right: 0;
391+
position: absolute;
392+
right: 5px;
393+
line-height: 1.25;
394+
}
395+
387396
@media (max-width: 768px) {
388397
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
389398
top: 0;

0 commit comments

Comments
 (0)