summaryrefslogtreecommitdiffstats
path: root/web/react/utils/markdown.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-11 23:41:13 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-11 23:41:13 +0500
commit6bf1203581a295e82116c23bc4fe2d9d29362cf4 (patch)
treebd50dc8c703ac000a9668ae14f304bd04e71100f /web/react/utils/markdown.jsx
parent4ffbd3642ed8ad7961218845c7c89108c26a2737 (diff)
downloadchat-6bf1203581a295e82116c23bc4fe2d9d29362cf4.tar.gz
chat-6bf1203581a295e82116c23bc4fe2d9d29362cf4.tar.bz2
chat-6bf1203581a295e82116c23bc4fe2d9d29362cf4.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/utils/markdown.jsx')
-rw-r--r--web/react/utils/markdown.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/markdown.jsx b/web/react/utils/markdown.jsx
index 17f30a7c5..493916058 100644
--- a/web/react/utils/markdown.jsx
+++ b/web/react/utils/markdown.jsx
@@ -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) {