fix(proxy): proxy node card layout issue, closes #429

This commit is contained in:
kunish 2023-10-29 19:21:19 +08:00
parent 59d7b04d5c
commit 88bfcf8d73
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -34,7 +34,7 @@ export const ProxyNodeCard = (props: {
title={proxyName} title={proxyName}
> >
<div class="flex items-center justify-between gap-2"> <div class="flex items-center justify-between gap-2">
<span class="text-left text-sm">{proxyName}</span> <span class="break-all text-left text-sm">{proxyName}</span>
<span class="flex items-center gap-1"> <span class="flex items-center gap-1">
<IPv6Support name={props.proxyName} /> <IPv6Support name={props.proxyName} />