Этот коммит содержится в:
Asaad Mahmood
2016-02-11 23:41:13 +05:00
родитель 4ffbd3642e
Коммит 6bf1203581
12 изменённых файлов: 91 добавлений и 69 удалений

Просмотреть файл

@@ -222,7 +222,7 @@ class MattermostMarkdownRenderer extends marked.Renderer {
}
table(header, body) {
return `<table class="markdown__table"><thead>${header}</thead><tbody>${body}</tbody></table>`;
return `<div class="table-responsive"><table class="markdown__table"><thead>${header}</thead><tbody>${body}</tbody></table></div>`;
}
listitem(text) {