style improvements

This commit is contained in:
Josep M Sobrepere
2024-11-09 14:02:22 +07:00
parent e5c589dbeb
commit b892f50522

View File

@@ -134,9 +134,11 @@ export function NetworkSwitcher() {
<DialogTrigger asChild>
<Button
variant="outline"
className="w-[200px] gap-0 justify-between text-base px-3 border border-border bg-input"
className="w-[200px] flex gap-0 justify-between text-base px-3 border border-border bg-input"
>
{selectedNetwork.display}
<span className="overflow-hidden text-ellipsis">
{selectedNetwork.display}
</span>
<ChevronDown className="ml-2 h-4 w-4 shrink-0 opacity-50" />
</Button>
</DialogTrigger>