From b39bf68f06bb635668e20320f20472b79e11fb6a Mon Sep 17 00:00:00 2001 From: Leopere Date: Sun, 8 Feb 2026 16:49:28 -0500 Subject: [PATCH] Move password exclude-ambiguous checkbox to its own row The checkbox was crammed into the controls flex row alongside the length/charset/generate button, causing layout issues at narrower widths. Now sits on its own line between controls and output box on both the main page and standalone /tools page. Co-authored-by: Cursor --- src/index.html | 10 ++++------ src/tools.html | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/index.html b/src/index.html index fcbb884..6597fe4 100644 --- a/src/index.html +++ b/src/index.html @@ -429,14 +429,12 @@ -
- -
+
diff --git a/src/tools.html b/src/tools.html index 28697e7..8318864 100644 --- a/src/tools.html +++ b/src/tools.html @@ -169,14 +169,12 @@
-
- -
+
Generate a password...