mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
PanelHeader: Fix panel header description inline code wrapping (#29628)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user