From 109292b1a312d7e062edb96085da737b6644859c Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 26 May 2025 22:17:50 -0400 Subject: [PATCH] Update testTaskGate.ps1 --- testTaskGate.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testTaskGate.ps1 b/testTaskGate.ps1 index ee83d3e..9c1d877 100644 --- a/testTaskGate.ps1 +++ b/testTaskGate.ps1 @@ -428,7 +428,8 @@ $style = @' border-radius: 4px; padding: 8px; font-size: 14px; - width: 200px; /* adjust to desired width */ + width: 30%; + max-width: 200px; /* controls how wide they get */ } #PasswordContainer button {