Skip to content

Commit

Permalink
fix: fix paragraph spacing
Browse files Browse the repository at this point in the history
Without this, paragraphs are just slightly higher than they are
using OneNote web.
  • Loading branch information
msiemens committed Feb 20, 2021
1 parent 5589537 commit 46cd6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Correctly calculate paragraph/list indentations.
- Fix the height of paragraphs.

## [1.0.0] - 2020-11-09

Expand Down
2 changes: 1 addition & 1 deletion src/templates/page.html
Expand Up @@ -9,7 +9,7 @@
ul, ol { padding: 0; }
.title .outline-element { display: inline; }
.title .outline-element:nth-child(2) { margin-left: 10px !important; }
.container-outline { font-family: Calibri, sans-serif; }
.container-outline { font-family: Calibri, sans-serif; font-size: 6pt; }
.ink-text, .ink-space { display: inline-block; position: relative; vertical-align: bottom; }
.ink-text { top: 0; left: 0; }
.note-tag-icon { position: relative; }
Expand Down

0 comments on commit 46cd6c0

Please sign in to comment.