Add minimum-height for empty categories

This commit is contained in:
Raimund Schlüßler 2015-06-16 21:52:41 +02:00
parent b5460762a7
commit 3cbe01e795
2 changed files with 2 additions and 0 deletions

View file

@ -1297,4 +1297,5 @@ div.percentdone {
font-weight: bold;
margin: -5px 4px 0;
padding: 2px 5px;
min-height: 22px;
}

View file

@ -1316,5 +1316,6 @@ div.percentdone{
font-weight: bold;
margin: -5px 4px 0;
padding: 2px 5px;
min-height: 22px;
}
}