fix markdown table styles
This commit is contained in:
parent
bf59b1a546
commit
b51d87fb01
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
table.table {
|
||||
table.table,
|
||||
.markdown-preview table {
|
||||
word-wrap: break-word;
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Reference in a new issue