style: reset the width of the processing info div
This commit is contained in:
parent
715ba4ee85
commit
de04a9b0e6
|
|
@ -199,7 +199,7 @@
|
|||
aria-label="Assistant message with actions"
|
||||
>
|
||||
{#if showProcessingInfoTop}
|
||||
<div class="mt-6 w-full {className}" in:fade>
|
||||
<div class="mt-6 w-full max-w-[48rem]" in:fade>
|
||||
<div class="processing-container">
|
||||
<span class="processing-text">
|
||||
{processingState.getPromptProgressText() ??
|
||||
|
|
|
|||
Loading…
Reference in New Issue