mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
UX
This commit is contained in:
parent
733f0aa228
commit
5f456e8901
2 changed files with 5 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
@endif
|
||||
|
||||
@if ($tip->content)
|
||||
<div class="prose break-all md:prose-xl">
|
||||
<div class="prose break-all sm:beak-words md:prose-xl">
|
||||
{!! Str::of($tip->content)->markdown() !!}
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue