Update message-box.scss

MessageBox.confirm.message 支持换行
pull/21196/head
Leskur 2021-08-02 17:08:49 +08:00 committed by GitHub
parent 4d7d24b200
commit fb3b43f5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@
& p { & p {
margin: 0; margin: 0;
line-height: 24px; line-height: 24px;
white-space: pre-wrap;
} }
} }