Skip to content

Commit 80edd61

Browse files
committed
Add spacing for multiple tables scenario
When there are multiple tables back to back the edges are butted up against each other. We don't want table elements right up against other elements so we need to add some margin.
1 parent 6b3ad1b commit 80edd61

File tree

1 file changed

+1
-0
lines changed
  • src/vs/workbench/contrib/positronNotebook/browser/notebookCells

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/positronNotebook/browser/notebookCells/Markdown.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
table {
102102
border-collapse: collapse;
103103
border-spacing: 0;
104+
margin-bottom: 0.7em;
104105
}
105106

106107
table th,

0 commit comments

Comments
 (0)