mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 16:00:13 +08:00
Fix inline code being rendered as block in the panel description (#32405)
This commit is contained in:
@ -181,10 +181,13 @@ $panel-header-no-title-zindex: 1;
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
display: block;
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre > code {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.panel-info-corner-links {
|
.panel-info-corner-links {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
Reference in New Issue
Block a user