fix(components): [dialog] remove "word-break: break-all;" (#11090)

Fixes https://github.com/element-plus/element-plus/issues/7390
This commit is contained in:
Delyan Haralanov 2023-01-04 12:01:47 +02:00 committed by GitHub
parent 1ef66c2e34
commit 5689138f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@
padding: getCssVar('dialog', 'padding-primary');
padding-bottom: 10px;
margin-right: 16px;
word-break: break-all;
}
@include e(headerbtn) {
@ -98,7 +97,6 @@
getCssVar('dialog-padding-primary');
color: getCssVar('text-color', 'regular');
font-size: getCssVar('dialog-content-font-size');
word-break: break-all;
}
@include e(footer) {