Forráskód Böngészése

override line height of buttons

trwnh 6 éve
szülő
commit
61158a788f
1 módosított fájl, 2 hozzáadás és 1 törlés
  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;
   }
 }