How do I decrease the width of the "left" side so that the string inside the "right" side will not be compressed?
<Grid.Col span={12}>
<Group grow>
<Text size='sm'>
Transaction No.
</Text>
<Text size='sm' align='right'>
{transactionId}
</Text>
</Group>
</Grid.Col>