[Fix] Buttons: Use min-height to make buttons correctly expand with text

This commit is contained in:
0xfff 2017-02-05 12:26:04 +09:00
parent be6bf6255c
commit 71c984d3c3

View file

@ -5,7 +5,7 @@
margin-right: 10px;
margin-bottom: 10px;
line-height: 30px;
height: 40px;
min-height: 40px;
display: inline-block;
@include font-base();
background-color: $color-blue;
@ -20,7 +20,7 @@
.btn-large {
font-size: 24px;
padding: 10px 25px;
height: 50px;
min-height: 50px;
}
.btn-white-solid {