Merge pull request #1138 from xwjdsh/xwjdsh-patch-1

Update timelineItem.html
This commit is contained in:
Nuno Coração 2024-01-04 21:00:53 +00:00 committed by GitHub
commit 1848083559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
<div class="bg-primary-500 dark:bg-primary-300 text-neutral-50 dark:text-neutral-700 min-w-[30px] h-8 text-2xl flex items-center justify-center rounded-full -ml-12 mt-5">
{{ partial "icon" $icon }}
</div>
<div class="block p-6 rounded-lg shadow-2xl min-w-full ml-6 mb-10">
<div class="block p-6 rounded-lg shadow-2xl min-w-full ml-6 mb-10 break-words">
<div class="flex justify-between">
{{ if $header }}
<h2 class="mt-0">
@ -29,4 +29,4 @@
<p class="text-gray-700 mb-6">{{- .Inner -}}</p>
</div>
</div>
</li>
</li>