Commit 78b1ab83 by Erik Sundell Committed by GitHub

Fix formatting (#21894)

parent 5c54bd1e
......@@ -66,8 +66,8 @@ export class Help extends React.Component<Props, State> {
)}
{displayHelp && (
<div className="gf-form grafana-info-box" style={{ padding: 0 }}>
<pre className="gf-form-pre alert alert-info" style={{ marginRight: 0 }}>
<div className="gf-form grafana-info-box alert-info">
<div>
<h5>Alias Patterns</h5>Format the legend keys any way you want by using alias patterns. Format the legend
keys any way you want by using alias patterns.
<br /> <br />
......@@ -110,7 +110,7 @@ export class Help extends React.Component<Props, State> {
Grafana
</li>
</ul>
</pre>
</div>
</div>
)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment