Skip to content

Commit

Permalink
Headers now include some padding before rendering text
Browse files Browse the repository at this point in the history
Resolves #2316.
  • Loading branch information
Gerrit0 committed Aug 20, 2023
1 parent 0cc6e58 commit 76c918c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- Fixed `@namespace` property discovery if merged with a type and the type was declared first #2364.
- Tables in markdown are now styled, #2366.
- Sidebar links no longer open in a new tab, #2353.
- Headers now include some padding before rendering text, #2316.
- Symbol locations for signatures on `reflection.sources` now considers the node's name like non-signature location discovery does.

### Thanks!
Expand Down
3 changes: 1 addition & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,13 +466,12 @@ blockquote {
padding: 0 0 0 20px;
margin: 0;
}
.tsd-typography h4,
.tsd-typography .tsd-index-panel h3,
.tsd-index-panel .tsd-typography h3,
.tsd-typography h4,
.tsd-typography h5,
.tsd-typography h6 {
font-size: 1em;
margin: 0;
}
.tsd-typography h5,
.tsd-typography h6 {
Expand Down

0 comments on commit 76c918c

Please sign in to comment.