Synchronize scrolling with textarea and preview

This commit is contained in:
thiloho
2024-08-17 16:05:14 +02:00
parent 6add151cd5
commit e41b963666
4 changed files with 50 additions and 7 deletions

View File

@@ -230,7 +230,7 @@ form label {
}
form label:has(textarea) {
max-inline-size: 65ch;
max-inline-size: 75ch;
}
form .file-field {