mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-26 01:17:00 +02:00
Fix indentation
This commit is contained in:
parent
87c1ee7516
commit
a031900b3e
@ -33,16 +33,16 @@ var FeatureForm = React.createClass({
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div className="unit r-size1of6 rightify">
|
||||
<button className="primary mrs" onClick={this.saveFeature}>
|
||||
Save
|
||||
</button>
|
||||
<div className="unit r-size1of6 rightify">
|
||||
<button className="primary mrs" onClick={this.saveFeature}>
|
||||
Save
|
||||
</button>
|
||||
|
||||
<button className="" onClick={this.cancelFeature}>
|
||||
Cancel
|
||||
</button>
|
||||
<button className="" onClick={this.cancelFeature}>
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user