fix(ui): adjust button container to grid layout to prevent overflow in 2FA screen

This commit is contained in:
Juan Cuellar
2026-07-09 10:00:42 -05:00
committed by GitHub
parent 1c4414165d
commit 01ac30974f

View File

@@ -310,7 +310,7 @@ export default function Home({ IS_CLOUD, enforceSSO }: Props) {
</button>
</div>
<div className="flex gap-4">
<div className="grid grid-cols-2 gap-4">
<Button
variant="outline"
className="w-full"