fix markdown table styles

This commit is contained in:
btzr-io 2018-05-06 23:13:30 -06:00
parent bf59b1a546
commit b51d87fb01

View file

@ -1,4 +1,5 @@
table.table {
table.table,
.markdown-preview table {
word-wrap: break-word;
max-width: 100%;
text-align: left;