From 37e08bce0895353c07bd4c9e2c15b214136dcfc6 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 13 Jul 2018 11:51:15 +0800 Subject: [PATCH] sync --- less/bootstrap/buttons.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/less/bootstrap/buttons.less b/less/bootstrap/buttons.less index ba93a15071..acfb97476d 100644 --- a/less/bootstrap/buttons.less +++ b/less/bootstrap/buttons.less @@ -135,8 +135,7 @@ .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large); } .btn-sm { - // l - ine-height: ensure proper height of button next to small input + // line-height: ensure proper height of button next to small input .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small); } .btn-xs { -- 2.39.2