mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-12-26 07:24:10 +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>
|
<Tooltip.Trigger>
|
||||||
<div class="card-body space-y-1 p-2.5" onClick={onClick}>
|
<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}
|
{proxyName}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user