From acd18ff9d87952bebac4adc221c2e4a1cfc7180f Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Wed, 19 Sep 2018 21:08:03 +0800 Subject: [PATCH] Fixes typo --- app/assets/stylesheets/common/components/buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/buttons.scss b/app/assets/stylesheets/common/components/buttons.scss index ebd7ed7bab0..0c8cec2f26d 100644 --- a/app/assets/stylesheets/common/components/buttons.scss +++ b/app/assets/stylesheets/common/components/buttons.scss @@ -16,7 +16,7 @@ cursor: pointer; transition: all 0.25s; box-sizing: border-box; - min-heigth: 30px; + min-height: 30px; &:active, &.btn-active {