Auto resize values when they'd overflow the container
This commit is contained in:
parent
182507ff0e
commit
76f3b996fe
5 changed files with 24 additions and 10 deletions
|
@ -146,11 +146,7 @@ const ServerDetailsBlock = ({ className }: { className?: string }) => {
|
|||
bytesToHuman(stats.rx)
|
||||
}
|
||||
</StatBlock>
|
||||
<StatBlock
|
||||
icon={faWifi}
|
||||
title={'Address'}
|
||||
description={`You can connect to your server at: ${allocation}`}
|
||||
>
|
||||
<StatBlock icon={faWifi} title={'Address'}>
|
||||
{allocation}
|
||||
</StatBlock>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue