add bottom padding to the textarea

This commit is contained in:
Ryan Peters
2025-07-18 10:32:40 -04:00
parent 85be10c363
commit 0dbbbc7974

View File

@@ -140,7 +140,7 @@ form.action-form input[type="text"]:focus {
textarea {
width: 100%;
height: 100%;
padding: 15px;
padding: 15px 15px 40px;
margin: 0;
resize: none;
color: var(--text-primary);