Add markdown rendering for messages that have it.

This commit is contained in:
2018-12-20 22:59:31 -08:00
parent eb9e82483b
commit 590764adc4
3 changed files with 20 additions and 3 deletions

View File

@@ -184,6 +184,12 @@ table.events-table {
}
}
div.markdown-wrapper {
p {
margin: 0px;
}
}
span.sender-wrapper {
border-radius: 2px;
padding-left: 5px;