fix padding of textarea

This commit is contained in:
Henry Jameson 2026-05-10 16:03:27 +03:00
commit 78434ec934

View file

@ -164,6 +164,7 @@
} }
textarea { textarea {
padding-bottom: 0;
margin-bottom: 2.5em; margin-bottom: 2.5em;
} }
} }