Skip to content

Commit

Permalink
fix: Vertical alignment of inline code inside a Prose component (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnapse authored Jan 5, 2024
1 parent 6140226 commit 535d69c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.

# v22.3.3

- [Fix] Vertical alignment of inline code elements inside a `Prose` component

# v22.3.2

- [Fix] Text inside a `Badge` no longer wraps into multiple lines.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "http://doist.com"
},
"version": "22.3.2",
"version": "22.3.3",
"license": "MIT",
"homepage": "https://github.com/Doist/reactist#readme",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/prose/prose.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@

.prose :not(pre) > code {
padding: 2px 4px;
vertical-align: text-top;
}

.prose pre {
Expand Down

0 comments on commit 535d69c

Please sign in to comment.