mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-27 15:31:27 +00:00
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;
|
word-wrap: break-word;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue