Skip to content

Commit

Permalink
fix: remove margin for collapse arrow (#17009)
Browse files Browse the repository at this point in the history
* remove margin for collapse arrow

* change translateY to -21px in collapse

* remove line-height to center arrow
  • Loading branch information
mtadams007 authored and zombieJ committed Jun 13, 2019
1 parent 73ffe06 commit a85b449
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/collapse/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
top: 50%;
left: @padding-md;
display: inline-block;
margin-top: 2px;
font-size: @font-size-sm;
line-height: 46px;
transform: translateY(-50%);

& svg {
Expand Down

0 comments on commit a85b449

Please sign in to comment.