mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add form grow
This commit is contained in:
parent
d215eecf63
commit
6c00f3e511
@ -34,6 +34,9 @@ export const AlignmentPeriods: SFC<Props> = ({ alignmentPeriod, templateSrv, onC
|
|||||||
className="width-15"
|
className="width-15"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="gf-form gf-form--grow">
|
||||||
|
<div className="gf-form-label gf-form-label--grow" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user