Skip to content

Commit bf85bd4

Browse files
authored
Replace description paragraph with a div
Fixes #50 and enables the use of paragraphs (e.g. rendering markdown) within the description of the alert.
1 parent ed02e57 commit bf85bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/simple-alert.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
</p>
5454
@endif
5555
@if($description)
56-
<p class="text-sm text-custom-700 dark:text-white">
56+
<div class="block text-sm text-custom-700 dark:text-white">
5757
{{ $description }}
58-
</p>
58+
</div>
5959
@endif
6060
</div>
6161
@endif

0 commit comments

Comments
 (0)