Skip to content

Commit

Permalink
revert: 'improv(tables): remove excess padding from Obsidian core'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Sep 17, 2024
1 parent d3d8c9d commit cf43118
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/03 images tables embeds.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
line-height: var(--table-line-height);
}

/* FIX excess padding at the top
* (unnecessary due to drag handle already adding space) */
body .markdown-source-view.mod-cm6 .cm-table-widget {
padding-top: 0;
}

/* make lists in tables take up less space */
.markdown-rendered table :is(ul, ol) {
line-height: 1.1;
Expand Down

0 comments on commit cf43118

Please sign in to comment.