Skip to content

Commit

Permalink
fix: textarea resize (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscolin authored Apr 23, 2024
1 parent 62a90c8 commit a7d1e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ html .docsearch-modal-search-input-form {
border-radius: 0.4rem;
outline: none;
font-family: inherit;
resize: vertical;
}
.feedback__inner-btn {
padding: 0.5rem;
Expand Down

0 comments on commit a7d1e0c

Please sign in to comment.