Skip to content

Commit 5ffddc5

Browse files
committed
remove negative side margin on footnotes block inside AsciiDoc table cell
1 parent 5256517 commit 5ffddc5

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
@@ -998,6 +998,10 @@
998998
margin: 2rem -0.5rem 0;
999999
}
10001000

1001+
.doc td.tableblock > .content #footnotes {
1002+
margin: 2rem 0 0;
1003+
}
1004+
10011005
#footnotes hr {
10021006
border-top-width: 1px;
10031007
margin-top: 0;

0 commit comments

Comments
 (0)