Fixed erroneous top margin for non-highlighted tabbed content

This commit is contained in:
squidfunk 2020-07-17 16:07:32 +02:00
parent c0e8d062b9
commit 6de92d8fff

View File

@ -35,6 +35,7 @@
box-shadow: 0 px2rem(-1px) var(--md-default-fg-color--lightest);
// Mirror old superfences behavior, if there's only a single code block.
> pre:only-child,
> .codehilite:only-child pre,
> .codehilitetable:only-child,
> .highlight:only-child pre,