fix: made placeholder for textarea, added outline offset

This commit is contained in:
2025-11-19 16:12:55 +03:00
parent 1ba701737e
commit 4f32be0b93
2 changed files with 5 additions and 2 deletions

View File

@@ -171,7 +171,10 @@ select {
textarea {
resize: vertical;
height: 60px;
height: 80px;
font-size: 14px;
line-height: 1.4;
outline-offset: -1px;
}
input[type="color"] {