From e91c4cceb4e0fbe1cc05cabcd5ca6aa39a4c3b41 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:43:10 +0200 Subject: [PATCH] fix: rendering for callouts without title Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- assets/css/callouts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/callouts.css b/assets/css/callouts.css index e5034de497..6adb277bb1 100644 --- a/assets/css/callouts.css +++ b/assets/css/callouts.css @@ -9,7 +9,7 @@ @apply bg-blue-light-100 p-4 font-normal not-italic dark:bg-blue-dark-100; quotes: none; > *:first-child { - @apply mt-0 flex gap-2 before:font-icons before:content-['info']; + @apply relative ml-5 mt-0 before:absolute before:-left-5 before:font-icons before:content-['info']; } *:last-child { @apply mb-0 after:content-none;