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:
parent
92eda2660e
commit
69ecd65da5
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user