add bottom padding to the textarea
This commit is contained in:
@@ -140,7 +140,7 @@ form.action-form input[type="text"]:focus {
|
|||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 15px;
|
padding: 15px 15px 40px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
resize: none;
|
resize: none;
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
|
Reference in New Issue
Block a user