Jelajahi Sumber

aligning the text in the middle (vertically)

the 40px just made it stick to the bottom. however, with 1em insted you can change the height of the input and it will always stay in the middle.
elron 11 tahun lalu
induk
melakukan
0296b56b4d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      library/scss/modules/_forms.scss

+ 1 - 1
library/scss/modules/_forms.scss

@@ -40,7 +40,7 @@ textarea,
 .field {
 .field {
   display: block;
   display: block;
   height: 40px;
   height: 40px;
-  line-height: 40px;
+  line-height: 1em;
   padding: 0 12px;
   padding: 0 12px;
   margin-bottom: 14px;
   margin-bottom: 14px;
   font-size: 1em;
   font-size: 1em;