Skip to content

Commit 9e88de6

Browse files
authored
style(chat): undo padding change (aws#7012)
## Problem Padding override is not needed anymore ## Solution Revert padding change since it looks like it was already fixed in mynah-ui --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4e0659c commit 9e88de6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,3 @@ body .mynah-card-body h4 {
128128
div.mynah-card.padding-large {
129129
padding: var(--mynah-sizing-4) var(--mynah-sizing-3);
130130
}
131-
132-
div.mynah-chat-items-container .mynah-chat-item-card.no-padding > .mynah-card {
133-
padding: 0;
134-
}

0 commit comments

Comments
 (0)