mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
Support long descriptions on feature page
This commit is contained in:
parent
b4f6166afb
commit
abad2d7a6a
@ -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