Fix display of warning block if it is first element of the top doc block
This commit is contained in:
parent
2378227d73
commit
279b11c4b5
1 changed files with 3 additions and 0 deletions
|
@ -1367,6 +1367,9 @@ documentation. */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
.top-doc > .docblock >.warning:first-child::before {
|
||||||
|
top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
a.test-arrow {
|
a.test-arrow {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue