1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 17:26:43 +00:00

override line height of buttons

This commit is contained in:
trwnh 2019-03-22 00:31:38 -05:00
parent 7871397d14
commit 61158a788f

View file

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