fix(passwords): adjust textarea width with box-sizing
This commit is contained in:
@@ -302,6 +302,7 @@ const generatePasswords = () => {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[data-theme="light"] .result-textarea {
|
:root[data-theme="light"] .result-textarea {
|
||||||
|
|||||||
Reference in New Issue
Block a user