use text-wrap balance
This commit is contained in:
@@ -137,7 +137,7 @@ export function StarterPack(props: {
|
|||||||
fontSize: isLongTitle ? 55 : 65,
|
fontSize: isLongTitle ? 55 : 65,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
textWrap: 'pretty',
|
textWrap: 'balance',
|
||||||
}}>
|
}}>
|
||||||
{record?.name || 'Starter Pack'}
|
{record?.name || 'Starter Pack'}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user