mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
fix(components): [dialog] remove "word-break: break-all;" (#11090)
Fixes https://github.com/element-plus/element-plus/issues/7390
This commit is contained in:
parent
1ef66c2e34
commit
5689138f3c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user