diff --git a/packages/uni-components/style/text.css b/packages/uni-components/style/text.css index 4e1de2f765cf25da740dfff4a3f6c290dba87ec6..a89e0e4d41958f62111d381675a41ca09a6ae0f0 100644 --- a/packages/uni-components/style/text.css +++ b/packages/uni-components/style/text.css @@ -4,5 +4,5 @@ uni-text[selectable] { } uni-text { - white-space: pre; + white-space: pre-line; }