fix(passwords): adjust textarea width with box-sizing

This commit is contained in:
2026-02-26 23:21:30 +00:00
parent 5480b57615
commit 8691106d2f

View File

@@ -302,6 +302,7 @@ const generatePasswords = () => {
line-height: 1.5;
resize: vertical;
outline: none;
box-sizing: border-box;
}
:root[data-theme="light"] .result-textarea {