Skip to content

Commit 7efc2a0

Browse files
committed
Add comments
1 parent c4ae85a commit 7efc2a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

styles/typography.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ dd, dt {
586586
}
587587
dd, li {
588588
padding: var(--margin-collapse-bugfix) 0;
589-
margin: var(--margin-collapse-bugfix) auto 0;
589+
/* margin: inherit; */
590+
padding: inherit;
590591
}
591592
dd {
592593
margin-left: 1em;

0 commit comments

Comments
 (0)