File tree Expand file tree Collapse file tree
dashboard/settings/cluster/nodes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const ShowNodesModal = ({ serverId }: Props) => {
2020 Show Swarm Nodes
2121 </ DropdownMenuItem >
2222 </ DialogTrigger >
23- < DialogContent className = "sm:max -w-5xl overflow-y-auto max-h-screen " >
23+ < DialogContent className = "min -w-[70vw] overflow-y-auto max-h-screen" >
2424 < div className = "grid w-full gap-1" >
2525 < ShowNodes serverId = { serverId } />
2626 </ div >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type * as React from "react";
44import { cn } from "@/lib/utils" ;
55
66const badgeVariants = cva (
7- "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2" ,
7+ "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold whitespace-nowrap transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2" ,
88 {
99 variants : {
1010 variant : {
You can’t perform that action at this time.
0 commit comments