Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compose: Remove breaking css property.
When compose box is open we already set ``` $(".new_message_textarea").css("min-height", "3em"); ``` in compose_actions.js. So, this property actually reduces the min-height slightly which hides the topic when it is long enough to span in two lines.
- Loading branch information