Skip to content

Commit 2633ec4

Browse files
Merge pull request #52 from schaper1337/fix-description-tag-3.x
Replace description paragraph with a div
2 parents ed02e57 + bf85bd4 commit 2633ec4

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)