修复:留言正文显式靠左对齐,避免被继承居中
This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
|
||||
{{-- 正文内容 --}}
|
||||
<div class="px-5 pt-2.5 pb-2">
|
||||
<p class="text-gray-700 text-[15px] leading-relaxed whitespace-pre-wrap">
|
||||
<p class="text-left text-gray-700 text-[15px] leading-relaxed whitespace-pre-wrap">
|
||||
{!! nl2br(e($msg->text_body)) !!}</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user