Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add character count to info panel #24823

Merged
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
Fix spacing
  • Loading branch information
david-szabo97 committed Aug 26, 2020
commit 1edd93fe9499b2a992559fee5a3f43e160f4274c
4 changes: 3 additions & 1 deletion packages/editor/src/components/table-of-contents/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
display: flex;
flex-wrap: wrap;
margin: 0;
margin-top: -$grid-unit-10;
}

.table-of-contents__count {
Expand All @@ -48,8 +49,9 @@
color: $dark-gray-300;
padding-right: $grid-unit-10;
margin-bottom: 0;
margin-top: $grid-unit-10;

&:last-child {
&:nth-child(4n) {
padding-right: 0;
}
}
Expand Down