mirror of https://github.com/docker/docs.git
fix: rendering for callouts without title
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
4008bfd11b
commit
e91c4cceb4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue