fix: adjust layout for Password Generator and Clipboard Sniffer on smaller screens
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user