fix: rendering for callouts without title

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-09-07 17:43:10 +02:00
parent 4008bfd11b
commit e91c4cceb4
1 changed files with 1 additions and 1 deletions

View File

@ -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;