mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-12 21:03:32 -06:00
Fix vertical alignment for consecutive labels (#893)
Fixes a problem where multiple labels right after a heading are vertically misaligned. Closes #751.
This commit is contained in:
committed by
GitHub
parent
0a7be65c32
commit
b2581c19a6
@@ -219,7 +219,7 @@
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
+ p {
|
||||
+ p:not(.label) {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user