Commit e8f9174d by Torkel Ödegaard

Minor update

parent 1ee12479
......@@ -211,7 +211,6 @@ export default class Thresholds extends PureComponent<OptionModuleProps, State>
return (
<div className="section gf-form-group">
<h5 className="section-heading">Thresholds</h5>
<span>Click the colored line to add a threshold</span>
<div className="thresholds">
<div className="color-indicators">
{this.renderIndicator()}
......
.thresholds {
display: flex;
margin-top: 30px;
}
.threshold-rows {
......
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