1
0
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:
Ivar Conradi Østhus 2021-04-16 12:59:36 +02:00
parent b3436b5ae6
commit 3cca2513fb
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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>