mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: small styling
This commit is contained in:
parent
e2b099cb60
commit
7eca5fc8c6
1 changed files with 3 additions and 1 deletions
|
@ -187,7 +187,9 @@ export const ChannelCard = ({
|
|||
{getStatusDot(is_closing, 'closing')}
|
||||
</StatusLine>
|
||||
<ResponsiveLine>
|
||||
<NodeTitle>{alias ? alias : 'Unknown'}</NodeTitle>
|
||||
<NodeTitle style={{ flexGrow: 2 }}>
|
||||
{alias ? alias : 'Unknown'}
|
||||
</NodeTitle>
|
||||
<ResponsiveSingle>
|
||||
{formatBalance}
|
||||
<IconPadding>
|
||||
|
|
Loading…
Add table
Reference in a new issue