Skip to content

Commit 2cbf139

Browse files
authored
Merge pull request #292 from aws/jurredr/fix-loading-indicator
Fixed bug where loading indicator was showing up on multiple streams
2 parents b56a4b1 + 5335a36 commit 2cbf139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/components/chat/_chat-items-container.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
&.loading {
5353
> .mynah-chat-items-container {
5454
padding-bottom: var(--mynah-sizing-14);
55-
> .mynah-chat-items-conversation-container {
55+
> .mynah-chat-items-conversation-container:last-child {
5656
> .mynah-chat-item-card.mynah-chat-item-answer-stream {
5757
&:last-child {
5858
position: relative;

0 commit comments

Comments
 (0)