Add minimum-height for empty categories
This commit is contained in:
parent
b5460762a7
commit
3cbe01e795
2 changed files with 2 additions and 0 deletions
|
@ -1297,4 +1297,5 @@ div.percentdone {
|
|||
font-weight: bold;
|
||||
margin: -5px 4px 0;
|
||||
padding: 2px 5px;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
|
|
@ -1316,5 +1316,6 @@ div.percentdone{
|
|||
font-weight: bold;
|
||||
margin: -5px 4px 0;
|
||||
padding: 2px 5px;
|
||||
min-height: 22px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue