Minor update

This commit is contained in:
Torkel Ödegaard 2018-12-18 09:58:27 +01:00
parent 1ee1247912
commit e8f9174d08
2 changed files with 0 additions and 2 deletions

View File

@ -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()}

View File

@ -1,6 +1,5 @@
.thresholds {
display: flex;
margin-top: 30px;
}
.threshold-rows {