PanelHeader: Fix panel header description inline code wrapping (#29628)

This commit is contained in:
Shahzad 2020-12-08 19:55:50 +01:00 committed by GitHub
parent af3c0fe602
commit 3bd4b8756a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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