Fix formatting (#21894)

This commit is contained in:
Erik Sundell 2020-02-04 14:16:56 +01:00 committed by GitHub
parent 5c54bd1e98
commit 78b1ab8360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,8 @@ export class Help extends React.Component<Props, State> {
)} )}
{displayHelp && ( {displayHelp && (
<div className="gf-form grafana-info-box" style={{ padding: 0 }}> <div className="gf-form grafana-info-box alert-info">
<pre className="gf-form-pre alert alert-info" style={{ marginRight: 0 }}> <div>
<h5>Alias Patterns</h5>Format the legend keys any way you want by using alias patterns. Format the legend <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. keys any way you want by using alias patterns.
<br /> <br /> <br /> <br />
@ -110,7 +110,7 @@ export class Help extends React.Component<Props, State> {
Grafana Grafana
</li> </li>
</ul> </ul>
</pre> </div>
</div> </div>
)} )}