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:
@@ -94,7 +94,7 @@ body {
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
height: $line-height / 2;
|
||||
height: ($line-height / 2) + 1;
|
||||
width: $line-height;
|
||||
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user