Skip to content

Commit 6d61138

Browse files
fix(amazonq-chat): padding is too narrow aws#7038
1 parent 7d74ab8 commit 6d61138

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"@aws-sdk/s3-request-presigner": "<3.731.0",
526526
"@aws-sdk/smithy-client": "<3.731.0",
527527
"@aws-sdk/util-arn-parser": "<3.731.0",
528-
"@aws/mynah-ui": "^4.31.0-beta.1",
528+
"@aws/mynah-ui": "^4.31.0-beta.2",
529529
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
530530
"@iarna/toml": "^2.2.5",
531531
"@smithy/fetch-http-handler": "^5.0.1",

packages/core/resources/css/amazonq-webview.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ body .mynah-card-body h4 {
128128
div.mynah-card.padding-large {
129129
padding: var(--mynah-sizing-4) var(--mynah-sizing-3);
130130
}
131+
132+
.mynah-chat-wrapper {
133+
padding: 0.75rem 1.25rem !important; /* 12px top/bottom, 20px left/right */
134+
box-sizing: border-box;
135+
}

0 commit comments

Comments
 (0)