Skip to content

Commit

Permalink
style(Notify): 修复 英文字符和符号不会换行问题 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr-z committed Mar 1, 2022
1 parent c609a78 commit ef2e02b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-alert/src/style/index.less
Expand Up @@ -44,6 +44,7 @@
}
.w-modal-shown-title.w-modal-inner {
.w-modal-header {
word-break: break-word;
display: flex;
padding-top: 15px;
padding-right: 10px;
Expand All @@ -58,6 +59,7 @@
}
}
.w-modal-body {
word-break: break-word;
padding-top: 5px;
}
}
Expand Down

0 comments on commit ef2e02b

Please sign in to comment.