mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-30 08:51:24 +00:00
Merge pull request #2717 from lbryio/md-table-1
Fix table display issue
This commit is contained in:
commit
68c586033c
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
table {
|
table {
|
||||||
margin-bottom: 1.2rem;
|
margin-bottom: 1.2rem;
|
||||||
padding: var(--spacing-medium);
|
padding: var(--spacing-medium);
|
||||||
|
word-break: normal;
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
td,
|
td,
|
||||||
|
|
Loading…
Add table
Reference in a new issue