Skip to content

Commit

Permalink
fix(antd): fix btn is too big in small mode (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuweiGL authored May 19, 2021
1 parent 78f35e7 commit c33df27
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/antd/src/form-item/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,6 @@
}
}

.@{ant-prefix}-btn {
height: @height-base;
padding: 0 7px;
font-size: @font-size-base;
border-radius: 2px;
}

.@{ant-prefix}-cascader-picker {
height: @height-sm - 2;

Expand Down

0 comments on commit c33df27

Please sign in to comment.