From 0f0652aa88410f676deeae8e11972cd2f0447b99 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Tue, 6 Feb 2024 19:03:52 +0100 Subject: [PATCH 1/2] Remove inline block display from inline code elements --- packages/hydefront/sass/markdown/codeblocks.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hydefront/sass/markdown/codeblocks.scss b/packages/hydefront/sass/markdown/codeblocks.scss index e66244674f7..dc0cf34f5ed 100644 --- a/packages/hydefront/sass/markdown/codeblocks.scss +++ b/packages/hydefront/sass/markdown/codeblocks.scss @@ -3,7 +3,6 @@ code { max-width: 80vw; overflow-x: auto; - display: inline-block; vertical-align: top; word-break: break-all; } From 3b3255c5823e6be8b46239aad601204a24c7b37e Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Tue, 6 Feb 2024 19:10:56 +0100 Subject: [PATCH 2/2] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fe36a7ede9e..8e6d0324fb5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 `` styling to display as inline instead of inline-block in https://github.com/hydephp/develop/pull/1525 ### Deprecated - for soon-to-be removed features. @@ -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.