Преглед изворни кода

override line height of buttons

trwnh пре 6 година
родитељ
комит
61158a788f
1 измењених фајлова са 2 додато и 1 уклоњено
  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;
   }
 }