Browse Source

override line height of buttons

trwnh 6 years ago
parent
commit
61158a788f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/assets/sass/custom.scss

+ 2 - 1
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;
   }
 }