Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix(header): fix button height issue in safari
Browse files Browse the repository at this point in the history
caused by display flex align-items in safari
  • Loading branch information
Kimi-Gao committed May 15, 2020
1 parent b9c89bb commit dc9d7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
height: 59px;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
}
}
Expand Down

0 comments on commit dc9d7d6

Please sign in to comment.