fix: adjust layout for Password Generator and Clipboard Sniffer on smaller screens

This commit is contained in:
2026-02-27 04:37:21 +00:00
parent 8fb3ee1069
commit d404370027

View File

@@ -189,9 +189,10 @@ const generatePasswords = () => {
.inputs-group {
display: flex;
gap: 2rem;
gap: 1rem;
flex: 1;
min-width: 300px;
min-width: 200px;
flex-wrap: wrap;
}
.input-wrapper {
@@ -199,6 +200,7 @@ const generatePasswords = () => {
flex-direction: column;
gap: 0.5rem;
flex: 1;
min-width: 140px;
}
.checkbox-label {