Skip to content

Commit

Permalink
fix: add min-height to task textarea (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Sep 7, 2022
1 parent 9719c6f commit 0e86b13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ body {
resize: none;
overflow: hidden;
background-color: transparent;
min-height: 22px;
}
}

Expand Down

0 comments on commit 0e86b13

Please sign in to comment.