css: Remove unnecessary table.compose_table rule.

Since `.compose_table` is a div and not a table.
This commit is contained in:
Vaibhav
2019-08-24 17:10:53 +05:30
committed by Tim Abbott
parent 52d97e2ca7
commit 417284f38a

View File

@@ -131,12 +131,6 @@
}
}
table.compose_table {
table-layout: fixed;
margin-left: auto;
width: 100%;
}
#send_message_form {
margin: 0px;