Give reporting symbols a little bit more height

Ensures they don't appear cut off when in the last row
This commit is contained in:
Sheel Choksi
2013-09-16 21:05:11 -07:00
parent 1619067ddd
commit 66010d01ec
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ body {
li {
display: inline-block;
height: $line-height / 2;
height: ($line-height / 2) + 1;
width: $line-height;
font-size: 16px;