mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelHeader: Fix panel header description inline code wrapping (#29628)
This commit is contained in:
parent
af3c0fe602
commit
3bd4b8756a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user