Skip to content

Commit 4a88c9e

Browse files
authored
fix(amazonq): Inline code blocks are not aligned with text (#5548)
## Problem In the latest VSCode IDE, Amazon Q Chat inline code block items are not aligned with the texts. ## Solution Implemented a solution through a [mynah-ui update](https://github.com/aws/mynah-ui/releases/tag/v4.15.9) which specifically adjusts the inline code block items to align in the middle. ### Before <img width="449" alt="image" src="https://github.com/user-attachments/assets/ffad805c-c380-4c27-b430-02bf583cad98"> ### After <img width="469" alt="Screenshot 2024-09-04 at 11 45 00" src="https://github.com/user-attachments/assets/db2f90e4-a578-4a26-bd89-dbfb9678dbc5">
1 parent a71fffe commit 4a88c9e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts"
4+
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4115,7 +4115,7 @@
41154115
"@aws-sdk/property-provider": "3.46.0",
41164116
"@aws-sdk/smithy-client": "^3.46.0",
41174117
"@aws-sdk/util-arn-parser": "^3.46.0",
4118-
"@aws/mynah-ui": "^4.15.8",
4118+
"@aws/mynah-ui": "^4.15.9",
41194119
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
41204120
"@iarna/toml": "^2.2.5",
41214121
"@smithy/middleware-retry": "^2.3.1",

0 commit comments

Comments
 (0)