Dialog: Fix dialog body correctly break long words (#15027)

fix #14855
pull/11973/head
iamkun 2019-04-18 10:32:44 +08:00 committed by hetech
parent c965e3697a
commit ec0295f5a7
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
padding: 30px 20px;
color: $--color-text-regular;
font-size: $--dialog-font-size;
word-break: break-all;
}
@include e(footer) {