Commit f4487ce
authored
fix(amazonq): visual bugs in prompt input field aws#5308
## Problem
There are 2 minor visual bugs in Amazon Q Chat UI:
* When the prompt input text exceeds the width of the chat box it's not always wrapped correctly.
* When user types empty spaces at the beginning of lines inside prompt, it appears like a code block instead of a paragraph.
## Solution
* Prompt input is properly sized and matches with the textarea underneath.
* Removed empty spaces for each line.
[MynahUI 4.15.2](https://github.com/aws/mynah-ui/releases/tag/v4.15.2)1 parent 093dea1 commit f4487ce
File tree
4 files changed
+13
-5
lines changed- packages
- amazonq/.changes/next-release
- core
4 files changed
+13
-5
lines changedSome 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 number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4115 | 4115 | | |
4116 | 4116 | | |
4117 | 4117 | | |
4118 | | - | |
| 4118 | + | |
4119 | 4119 | | |
4120 | 4120 | | |
4121 | 4121 | | |
| |||
0 commit comments