1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

Support long descriptions on feature page

This commit is contained in:
Gard Rimestad 2014-11-17 10:00:29 +01:00 committed by Ivar Conradi Østhus
parent b4f6166afb
commit abad2d7a6a

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>