Explorar el Código

override line height of buttons

trwnh hace 6 años
padre
commit
61158a788f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
   }
 }