1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

Shorten line

This commit is contained in:
andsandv 2014-10-24 12:04:17 +02:00
parent da8389f893
commit 6db6f2d432

View File

@ -95,7 +95,9 @@ var SavedFeature = React.createClass({
<div
className='col-xs-4 col-sm-4 col-md-4 col-lg-4'
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>
);
}