Fix inline code being rendered as block in the panel description (#32405)

This commit is contained in:
Dominik Prokop 2021-03-29 11:47:37 +02:00 committed by GitHub
parent 2827d89ccf
commit 5b2a419df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,10 +181,13 @@ $panel-header-no-title-zindex: 1;
code {
white-space: normal;
display: block;
word-wrap: break-word;
}
pre > code {
display: block;
}
.panel-info-corner-links {
list-style: none;
padding-left: 0;