Fix display of warning block if it is first element of the top doc block
This commit is contained in:
parent
2378227d73
commit
279b11c4b5
@ -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…
Reference in New Issue
Block a user