mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: small description for toggles
This commit is contained in:
parent
b3436b5ae6
commit
3cca2513fb
@ -64,7 +64,7 @@ const FeatureToggleListItem = ({
|
||||
<TimeAgo date={createdAt} live={false} />
|
||||
</small>
|
||||
<div>
|
||||
<span className={commonStyles.truncate}>{description}</span>
|
||||
<span className={commonStyles.truncate}><small>{description}</small></span>
|
||||
</div>
|
||||
</Link>
|
||||
</span>
|
||||
|
@ -84,7 +84,9 @@ exports[`renders correctly with one feature 1`] = `
|
||||
<span
|
||||
className="truncate"
|
||||
>
|
||||
<small>
|
||||
another's description
|
||||
</small>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
@ -180,7 +182,9 @@ exports[`renders correctly with one feature without permission 1`] = `
|
||||
<span
|
||||
className="truncate"
|
||||
>
|
||||
<small>
|
||||
another's description
|
||||
</small>
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user