mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-12-26 19:24:12 +08:00
fix(proxies): prevent proxyName from overflowing
This commit is contained in:
parent
0c004be98f
commit
40375979b8
@ -43,7 +43,9 @@ export const ProxyNodeCard = (props: {
|
||||
onClick={onClick}
|
||||
>
|
||||
<div class="card-body">
|
||||
<span class="card-title truncate text-sm">{proxyName}</span>
|
||||
<span class="card-title line-clamp-1 text-start text-sm">
|
||||
{proxyName}
|
||||
</span>
|
||||
|
||||
<div class="flex items-center justify-between gap-2">
|
||||
<div class="flex items-center gap-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user