From 71c984d3c3a2d0ca27d03e01a0d46ce966744625 Mon Sep 17 00:00:00 2001 From: 0xfff <0xfff@protonmail.com> Date: Sun, 5 Feb 2017 12:26:04 +0900 Subject: [PATCH] [Fix] Buttons: Use min-height to make buttons correctly expand with text --- src/scss/_buttons.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/_buttons.scss b/src/scss/_buttons.scss index 540930b..e3f5199 100644 --- a/src/scss/_buttons.scss +++ b/src/scss/_buttons.scss @@ -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 {