修复:p 标签和内容合并到同一行,消除 whitespace-pre-wrap 渲染空白

This commit is contained in:
2026-02-27 02:19:22 +08:00
parent b7fb6c6165
commit 3634bc8cde
+1 -2
View File
@@ -222,8 +222,7 @@
{{-- 正文内容 --}}
<div class="px-5 pt-2.5 pb-2">
<p class="text-left text-gray-700 text-[15px] leading-relaxed whitespace-pre-wrap">
{!! nl2br(e($msg->text_body)) !!}</p>
<p class="text-left text-gray-700 text-[15px] leading-relaxed whitespace-pre-wrap">{!! nl2br(e($msg->text_body)) !!}</p>
</div>
{{-- 回复TA按钒 --}}