mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 06:02:53 +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 {
|
||||
white-space: normal;
|
||||
display: block;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.panel-info-corner-links {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
|
Reference in New Issue
Block a user