We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7741e6a commit 382d29dCopy full SHA for 382d29d
1 file changed
src/assets/wise5/components/aiChat/ai-chat-student-message/ai-chat-student-message.component.html
@@ -6,7 +6,7 @@
6
i18n-aria-label
7
>account_circle</mat-icon
8
>
9
- <div class="flex justify-end flex-grow">
+ <div class="flex justify-end flex-1">
10
<div class="response-text selected-bg-bg">
11
<div class="mat-small secondary-text poster">{{ displayNames }}</div>
12
<div [innerHtml]="message.content"></div>
0 commit comments