Commit ec0295f5 authored by iamkun's avatar iamkun Committed by hetech

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

fix #14855
parent c965e369
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
padding: 30px 20px; padding: 30px 20px;
color: $--color-text-regular; color: $--color-text-regular;
font-size: $--dialog-font-size; font-size: $--dialog-font-size;
word-break: break-all;
} }
@include e(footer) { @include e(footer) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment