compose: Remove unused css property.

This property never gets used and is not necessary since it
is overridden by
```
        .button.small {
            font-size: 1em;
            padding: 3px 10px;
        }

```
in compose.css

which looks good enough.
This commit is contained in:
Aman Agrawal 2020-10-31 19:26:52 +05:30 committed by Tim Abbott
parent e7a5588cb3
commit a26c0b6584
1 changed files with 0 additions and 6 deletions

View File

@ -511,12 +511,6 @@ a#undo_markdown_preview {
}
@media (max-width: 500px) {
.compose_stream_button,
.compose_private_button,
.compose_reply_button {
padding: 5px 10px 5px 10px;
}
textarea.new_message_textarea {
height: 30px !important;
min-height: 30px !important;