mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
Shorten line
This commit is contained in:
parent
da8389f893
commit
6db6f2d432
@ -95,7 +95,9 @@ var SavedFeature = React.createClass({
|
|||||||
<div
|
<div
|
||||||
className='col-xs-4 col-sm-4 col-md-4 col-lg-4'
|
className='col-xs-4 col-sm-4 col-md-4 col-lg-4'
|
||||||
title='{this.props.feature.description}'>{this.props.feature.name}</div>
|
title='{this.props.feature.description}'>{this.props.feature.name}</div>
|
||||||
<div className='pull-right col-xs-2 col-sm-2 col-md-2 col-lg-2'>{this.props.feature.strategy}</div>
|
<div className='pull-right col-xs-2 col-sm-2 col-md-2 col-lg-2'>
|
||||||
|
{this.props.feature.strategy}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user