Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust margins so cases without headings are balanced.
  • Loading branch information
mtias committed Jan 4, 2018
commit be761874668ed20d2e20b10b110f03e9daf76687
4 changes: 1 addition & 3 deletions editor/components/table-of-contents/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@
}

hr {
margin: 0 -16px;
margin: 10px -16px 0;
}
}

.table-of-contents__counts {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}

.table-of-contents__count {
width: 25%;
display: flex;
flex-direction: column;
margin-bottom: 10px;
font-size: 12px;
color: $dark-gray-300;
}
Expand Down