From 61158a788f71cca7cb37a00fa5025539704a8c93 Mon Sep 17 00:00:00 2001 From: trwnh Date: Fri, 22 Mar 2019 00:31:38 -0500 Subject: [PATCH] override line height of buttons --- resources/assets/sass/custom.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 944917973..71736ecb5 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -317,7 +317,8 @@ body, button, input, textarea { } .reactions button { - font-size: 1.575rem + font-size: 1.575rem; + line-height: 1; } }