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