1
0
Fork 0

override line height of buttons

This commit is contained in:
trwnh 2019-03-22 00:31:38 -05:00
parent 7871397d14
commit 61158a788f
1 changed files with 2 additions and 1 deletions

View File

@ -317,7 +317,8 @@ body, button, input, textarea {
}
.reactions button {
font-size: 1.575rem
font-size: 1.575rem;
line-height: 1;
}
}