From 93546248fc8e52f2d7b513da7e736972a224cf13 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 20:09:12 -0500 Subject: [PATCH] Update samy.css --- samy.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/samy.css b/samy.css index d0a3c86..0a73b37 100644 --- a/samy.css +++ b/samy.css @@ -212,9 +212,14 @@ body { font-size: 14px; } +#PasswordContainer > div { + display: flex; + gap: 6px; +} + #PasswordContainer input { - width: 40%; - max-width: 200px; + flex: 1; + min-width: 0; } #PasswordContainer button,