1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

Support long descriptions on feature page

This commit is contained in:
Gard Rimestad 2014-11-17 10:00:29 +01:00
parent 92eda2660e
commit 69ecd65da5

View File

@ -43,7 +43,7 @@ var Feature = React.createClass({
{this.props.feature.name}
</td>
<td className='opaque smalltext truncate'>
<td className='opaque smalltext word-break' width="600">
{this.props.feature.description || '\u00a0'}
</td>