Skip to content

Commit 5d03038

Browse files
committed
Use auto-direction for <p> in preview
Signed-off-by: snipe <[email protected]>
1 parent 75b11de commit 5d03038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/account/accept/create.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
@if ($acceptance->checkoutable->getEula())
4747
<div class="col-md-12" style="padding-top: 15px; padding-bottom: 15px;">
4848
<div style="background-color: rgba(211,211,211,0.25); padding: 10px; border: lightgrey 1px solid;">
49-
{!! $acceptance->checkoutable->getEula() !!}
49+
{!! str_replace('<p>', '<p dir="auto">', $acceptance->checkoutable->getEula()) !!}
5050
</div>
5151
</div>
5252
@endif

0 commit comments

Comments
 (0)