From 5689138f3c8cd39a2af8ee7ececb145a62ad1b95 Mon Sep 17 00:00:00 2001 From: Delyan Haralanov Date: Wed, 4 Jan 2023 12:01:47 +0200 Subject: [PATCH] fix(components): [dialog] remove "word-break: break-all;" (#11090) Fixes https://github.com/element-plus/element-plus/issues/7390 --- packages/theme-chalk/src/dialog.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/theme-chalk/src/dialog.scss b/packages/theme-chalk/src/dialog.scss index 2663e37b2e..f0f361706b 100644 --- a/packages/theme-chalk/src/dialog.scss +++ b/packages/theme-chalk/src/dialog.scss @@ -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) {