Merge pull request #2717 from lbryio/md-table-1

Fix table display issue
This commit is contained in:
Sean Yesmunt 2019-08-07 14:56:15 -04:00 committed by GitHub
commit 68c586033c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@
table {
margin-bottom: 1.2rem;
padding: var(--spacing-medium);
word-break: normal;
tr {
td,