Skip to content

Commit 0b0f728

Browse files
committed
add spacing between paragraphs in default table cell
1 parent 9daedd3 commit 0b0f728

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ h1.page + aside.toc.embedded {
236236
margin-top: 1.5rem;
237237
}
238238

239+
.doc p.tableblock + p.tableblock {
240+
margin-top: 0.5rem;
241+
}
242+
239243
.doc td.tableblock > .content > :first-child {
240244
margin-top: 0;
241245
}

0 commit comments

Comments
 (0)