Ver Fonte

override line height of buttons

trwnh há 6 anos atrás
pai
commit
61158a788f
1 ficheiros alterados com 2 adições e 1 exclusões
  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 {
   .reactions button {
-      font-size: 1.575rem
+      font-size: 1.575rem;
+      line-height: 1;
   }
   }
 }
 }