Skip to content

Commit

Permalink
Merge pull request #6451 from escattone/fix-textarea-resize-2120
Browse files Browse the repository at this point in the history
prevent horizontal resize of survey textarea
  • Loading branch information
akatsoulas authored Jan 15, 2025
2 parents 92db0d3 + 787f5da commit 41e223c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kitsune/sumo/static/sumo/scss/layout/_document.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@
textarea {
margin: p.$spacing-sm 0;
width: 100%;
max-width: 100%;
min-height: 140px;
resize: vertical;
}

.sumo-button-wrap .sumo-button {
Expand Down

0 comments on commit 41e223c

Please sign in to comment.