fix badge in overview list
This commit is contained in:
parent
86c5479bd2
commit
42cca078cb
1 changed files with 2 additions and 1 deletions
|
@ -642,7 +642,7 @@ span[data-tooltip]:hover:before {
|
|||
border-radius: 9px;
|
||||
background: hsl(198,18%,86%);
|
||||
margin-right: 3px;
|
||||
|
||||
flex-shrink: 0;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
|
@ -2987,6 +2987,7 @@ footer {
|
|||
|
||||
.nav-pills > li > a > .badge {
|
||||
margin-left: auto;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
a.list-group-item.active > .badge,
|
||||
|
|
Loading…
Reference in a new issue