Skip to content

Commit

Permalink
feat: resize textarea in form (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Nov 1, 2024
1 parent 2e9db20 commit c8c8f8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/submit/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ p.FieldNote {
line-height: 18px;
}

.submit__row-description .ui.form textarea,
.submit__row-description .dcl.text-area > textarea {
resize: vertical;
}

.submit__location-select,
.submit__server-select {
margin-bottom: 8px;
Expand Down

0 comments on commit c8c8f8a

Please sign in to comment.