Skip to content

Commit

Permalink
fix: Drawer title position (#33205)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 8, 2021
1 parent ad3ba27 commit 1db4ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/drawer/style/drawer.less
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
}

&-title {
flex: 1;
margin: 0;
color: @heading-color;
font-weight: 500;
Expand Down Expand Up @@ -184,6 +185,7 @@

&-title {
display: flex;
flex: 1;
align-items: center;
justify-content: space-between;
}
Expand Down

0 comments on commit 1db4ac2

Please sign in to comment.