mirror of
https://github.com/vacp2p/roadmap.git
synced 2026-01-08 23:27:56 -05:00
fix: padding for empty title callouts (#308)
This commit is contained in:
@@ -114,6 +114,10 @@ blockquote[class*="-callout"] > p:first-child {
|
||||
}
|
||||
}
|
||||
|
||||
blockquote[class*="-callout"] > p:empty {
|
||||
padding: 1.2em 35px;
|
||||
}
|
||||
|
||||
$summary: summary, abstract, tldr;
|
||||
$bug: bug;
|
||||
$danger: danger, error;
|
||||
|
||||
Reference in New Issue
Block a user