mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02: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} />
|
<TimeAgo date={createdAt} live={false} />
|
||||||
</small>
|
</small>
|
||||||
<div>
|
<div>
|
||||||
<span className={commonStyles.truncate}>{description}</span>
|
<span className={commonStyles.truncate}><small>{description}</small></span>
|
||||||
</div>
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
</span>
|
</span>
|
||||||
|
@ -84,7 +84,9 @@ exports[`renders correctly with one feature 1`] = `
|
|||||||
<span
|
<span
|
||||||
className="truncate"
|
className="truncate"
|
||||||
>
|
>
|
||||||
another's description
|
<small>
|
||||||
|
another's description
|
||||||
|
</small>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@ -180,7 +182,9 @@ exports[`renders correctly with one feature without permission 1`] = `
|
|||||||
<span
|
<span
|
||||||
className="truncate"
|
className="truncate"
|
||||||
>
|
>
|
||||||
another's description
|
<small>
|
||||||
|
another's description
|
||||||
|
</small>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user