Add margin above thresholds list if not first item in controls panel
parent
886d640434
commit
fc99d507f0
|
@ -115,8 +115,11 @@ class ThresholdsList extends Component {
|
||||||
const {thresholdsListColors, showListHeading} = this.props
|
const {thresholdsListColors, showListHeading} = this.props
|
||||||
const disableAddThreshold = thresholdsListColors.length > MAX_THRESHOLDS
|
const disableAddThreshold = thresholdsListColors.length > MAX_THRESHOLDS
|
||||||
|
|
||||||
|
const thresholdsListClass = `thresholds-list${showListHeading &&
|
||||||
|
' graph-options-group'}`
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="thresholds-list">
|
<div className={thresholdsListClass}>
|
||||||
{showListHeading && <label className="form-label">Thresholds</label>}
|
{showListHeading && <label className="form-label">Thresholds</label>}
|
||||||
<button
|
<button
|
||||||
className="btn btn-sm btn-primary"
|
className="btn btn-sm btn-primary"
|
||||||
|
|
Loading…
Reference in New Issue