Fix label item height when no desc

This commit is contained in:
Luke Bennett 2018-08-09 13:15:01 +00:00 committed by Fatih Acet
parent 7cb4d18480
commit e92a02ab03
1 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,7 @@
text-align: right;
padding: 0;
position: relative;
top: -3px;
margin: 0;
}
.label-badge {
@ -274,6 +274,7 @@
.label-links {
list-style: none;
margin: 0;
padding: 0;
white-space: nowrap;
}