diff --git a/src/styles/components/page.less b/src/styles/components/page.less index 83183f5..7e35569 100644 --- a/src/styles/components/page.less +++ b/src/styles/components/page.less @@ -197,7 +197,7 @@ margin: 0; border: 0; height: 24px; - line-height: 24px; + line-height: normal; font-size: 18px; } @@ -205,6 +205,7 @@ display: inline-block; //float: left; margin-right: 8px; + vertical-align: middle; input { width: 30px; @@ -254,7 +255,7 @@ margin: 0; min-width: @btn-circle-size-small; height: @btn-circle-size-small; - line-height: @btn-circle-size-small; + line-height: @btn-circle-size-small - 2px; border: 0; a { -- libgit2 0.21.4