diff --git a/libs/environment/src/components/node-switcher/layout-cell.tsx b/libs/environment/src/components/node-switcher/layout-cell.tsx index da6377561..f54baf134 100644 --- a/libs/environment/src/components/node-switcher/layout-cell.tsx +++ b/libs/environment/src/components/node-switcher/layout-cell.tsx @@ -19,16 +19,27 @@ export const LayoutCell = ({ }: LayoutCellProps) => { const t = useT(); const classes = [ - 'lg:text-right flex justify-between lg:block', + 'lg:text-right flex lg:block justify-stretch gap-2', 'my-2 lg:my-0', ]; return (