Skip to content

Commit 78350e1

Browse files
authored
fixed inline code block alignments (#4866)
## Problem In the latest JetBrains IDEs, Amazon Q Chat inline code block items are not aligned with the texts. ## Solution Implemented a solution through a mynah-ui update which specifically adjusts the inline code block items to align in the middle.
1 parent 54f77f6 commit 78350e1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts"
4+
}

plugins/amazonq/mynah-ui/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.

plugins/amazonq/mynah-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts ."
1313
},
1414
"dependencies": {
15-
"@aws/mynah-ui-chat": "npm:@aws/[email protected].8",
15+
"@aws/mynah-ui-chat": "npm:@aws/[email protected].9",
1616
"@types/node": "^14.18.5",
1717
"fs-extra": "^10.0.1",
1818
"ts-node": "^10.7.0",

0 commit comments

Comments
 (0)