Fix layout overflow in type declaration

This commit is contained in:
Guillaume Gomez 2021-07-15 18:19:07 +02:00
parent b9197978a9
commit 59103d1a25

View file

@ -247,6 +247,9 @@ code, pre, a.test-arrow {
pre {
padding: 14px;
}
.type-decl pre {
overflow-x: auto;
}
.source .content pre {
padding: 20px;