瀏覽代碼

Update Curated Onboarding view, fix concierge form

Daniel Supernault 1 年之前
父節點
當前提交
15ad69f76e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/auth/curated-register/concierge_form.blade.php

+ 1 - 1
resources/views/auth/curated-register/concierge_form.blade.php

@@ -25,7 +25,7 @@
             <hr class="border-dark">
             <p>From our Admins:</p>
             <div class="card card-body mb-1 bg-dark border border-secondary" style="border-style: dashed !important;">
-                <p class="lead mb-0" style="white-space: pre; opacity: 0.8">{{ $activity->message }}</p>
+                <p class="lead mb-0" style="white-space: pre-wrap; opacity: 0.8;">{{ $activity->message }}</p>
             </div>
             <p class="mb-3 small text-muted">If you don't understand this request, or need additional context you should request clarification from the admin team.</p>
             {{-- <hr class="border-dark"> --}}