Skip to content

Commit

Permalink
fix: alert base rtl style
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Apr 28, 2020
1 parent c3c2c15 commit cb3ff1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/alert/style/rtl.less
Expand Up @@ -9,6 +9,12 @@
direction: rtl;
}

&&-no-icon {
.@{alert-prefix-cls}-rtl& {
padding: @alert-no-icon-padding-vertical 15px;
}
}

&&-closable {
.@{alert-prefix-cls}.@{alert-prefix-cls}-rtl& {
padding-right: 37px;
Expand Down

0 comments on commit cb3ff1f

Please sign in to comment.