mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-12-25 07:04:11 +08:00
fix(proxies): set break all on proxy name
This commit is contained in:
parent
f4cfdc9398
commit
a31d2e8d14
@ -56,7 +56,7 @@ export const ProxyNodeCard = (props: {
|
||||
>
|
||||
<Tooltip.Trigger>
|
||||
<div class="card-body space-y-1 p-2.5" onClick={onClick}>
|
||||
<h2 class="card-title line-clamp-1 text-start text-sm">
|
||||
<h2 class="card-title line-clamp-1 break-all text-start text-sm">
|
||||
{proxyName}
|
||||
</h2>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user