Skip to content

Commit

Permalink
fix: make textarea only vertically resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperZutterman committed May 23, 2024
1 parent 254bf33 commit b9d43ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/ldf-client.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ textarea {
cursor: pointer;
font-size: .95em;
background-color: transparent;
resize: vertical;
}

.results {
Expand Down

0 comments on commit b9d43ac

Please sign in to comment.