Fix display of warning block if it is first element of the top doc block

This commit is contained in:
Guillaume Gomez 2023-12-24 19:23:42 +01:00
parent 2378227d73
commit 279b11c4b5

View File

@ -1367,6 +1367,9 @@ documentation. */
font-weight: bold;
font-size: 1.25rem;
}
.top-doc > .docblock >.warning:first-child::before {
top: 20px;
}
a.test-arrow {
visibility: hidden;