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