Skip to content

Commit

Permalink
Fix dataview tables (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
FireIsGood committed Jan 19, 2024
1 parent b72a789 commit 7b11698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@ input.task-list-item-checkbox:checked::after {
}

/* Fix table margin collapse bug and add table margins */
/* They keep changing this and it breaks the theme every time, I'm quite annoyed... */
.markdown-preview-view .block-language-dataview,
.markdown-preview-view div:not([class]):has(> table) {
overflow: unset !important;

Expand Down

0 comments on commit 7b11698

Please sign in to comment.