Commit 3bd4b875 by Shahzad Committed by GitHub

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

parent af3c0fe6
......@@ -179,6 +179,12 @@ $panel-header-no-title-zindex: 1;
}
}
code {
white-space: normal;
display: block;
word-wrap: break-word;
}
.panel-info-corner-links {
list-style: none;
padding-left: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment