Fix circles/x from getting cut off on Mac/chrome
This commit is contained in:
@@ -110,7 +110,7 @@ body {
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: ($line-height / 2) + 1;
|
height: ($line-height / 2) + 3;
|
||||||
width: $line-height;
|
width: $line-height;
|
||||||
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user