Skip to content

Commit

Permalink
compose: Remove breaking css property.
Browse files Browse the repository at this point in the history
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
amanagr authored and timabbott committed Nov 2, 2020
1 parent a26c0b6 commit a144f56
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions static/styles/compose.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,13 +510,6 @@ a#undo_markdown_preview {
}
}

@media (max-width: 500px) {
textarea.new_message_textarea {
height: 30px !important;
min-height: 30px !important;
}
}

@media (max-width: 370px) {
#stream_message_recipient_topic.recipient_box {
width: calc(100% - 175px);
Expand Down

0 comments on commit a144f56

Please sign in to comment.