style(components): [el-message-box] string does not wrap (#3856) (#3867)

This commit is contained in:
表弟
2021-10-14 11:12:47 +08:00
committed by GitHub
parent 56776028b8
commit 12f1d0e47f

View File

@@ -106,6 +106,7 @@
+ .#{$namespace}-message-box__message {
padding-left: 36px;
padding-right: 12px;
word-break: break-word;
}
@each $type in (success, info, warning, error) {