Skip to content

Commit

Permalink
Remove last-child zero-margin on <dd>'s (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming authored Jul 13, 2022
1 parent 9ed62f5 commit d213985
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/sphinx_book_theme/assets/styles/content/_field-lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ dl.field-list {
& dd {
margin-left: 1.5em;
}
& dd:not(:last-child) {
margin-bottom: 0px;
p:last-child {
margin-bottom: 0px;
}
}
}

0 comments on commit d213985

Please sign in to comment.