Skip to content

Commit

Permalink
Merge pull request #1525 from hydephp/remove-inline-block-display-fro…
Browse files Browse the repository at this point in the history
…m-inline-code-elements

Remove inline block display from inline code elements
  • Loading branch information
caendesilva authored Feb 6, 2024
2 parents 80d794c + 3b3255c commit 5ea0a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This serves two purposes:
### Changed
- Renamed local template variable `$document` to `$article` to better match the usage in https://github.com/hydephp/develop/pull/1506
- Updated semantic documentation article component to support existing variables in https://github.com/hydephp/develop/pull/1506
- HydeFront: Changed `<code>` styling to display as inline instead of inline-block in https://github.com/hydephp/develop/pull/1525

### Deprecated
- for soon-to-be removed features.
Expand All @@ -25,6 +26,7 @@ This serves two purposes:
### Fixed
- Fixed icons not being considered as images by dashboard viewer in https://github.com/hydephp/develop/pull/1512
- HydeFront: Fixed bug where heading permalink buttons were included in text represented output in https://github.com/hydephp/develop/pull/1519
- HydeFront: Fix visual overflow bug in inline code blocks within blockquotes https://github.com/hydephp/hydefront/issues/65 in https://github.com/hydephp/develop/pull/1525

### Security
- in case of vulnerabilities.
1 change: 0 additions & 1 deletion packages/hydefront/sass/markdown/codeblocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
code {
max-width: 80vw;
overflow-x: auto;
display: inline-block;
vertical-align: top;
word-break: break-all;
}
Expand Down

0 comments on commit 5ea0a94

Please sign in to comment.