refactor(Button): Back to inline-block (#20440)

This commit is contained in:
骗你是小猫咪 2019-12-25 17:08:34 +08:00 committed by 偏右
parent 41ce3e2f5b
commit 0b0fd9a62c

View File

@ -179,11 +179,10 @@
// --------------------------------------------------
.btn() {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
display: inline-block;
font-weight: @btn-font-weight;
white-space: nowrap;
text-align: center;
background-image: none;
border: @btn-border-width @btn-border-style transparent;
box-shadow: @btn-shadow;