File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
src/lib/components/tool-messages Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626 }
2727 </script >
2828
29- <div class =" card rounded-lg border border-surface-300-700 bg-surface-50-950 p-4" >
29+ <div class =" card rounded-lg border border-surface-300-700 bg-surface-50-950 p-4 text-left " >
3030 <!-- Header -->
3131 <div class =" mb-3 flex items-center justify-between" >
3232 <div class =" flex items-center gap-2" >
6464
6565 <!-- Output Content -->
6666 {#if showOutput }
67- <pre class ="text-xs mt-2 preset-filled-surface-200-800 p-3 rounded-lg max-h-96 overflow-auto font-mono whitespace-pre border border-surface-300-700" >{outputContent }</pre >
67+ <pre class ="text-xs text-left mt-2 preset-filled-surface-200-800 p-3 rounded-lg max-h-96 overflow-auto font-mono whitespace-pre border border-surface-300-700" >{outputContent }</pre >
6868 {/if }
6969</div >
Original file line number Diff line number Diff line change 4343 }
4444 </script >
4545
46- <div class =" card rounded-lg border-2 p-4"
47- class:border-error- 500={isError }
46+ <div class =" card rounded-lg border-2 p-4 text-left "
47+ class:border-error- 500={isError }
4848 class:bg-error- 50={isError }
4949 class:dark:bg-error- 950={isError }
5050 class:border-surface- 300- 700={!isError }
107107
108108 <!-- Output Content -->
109109 {#if showOutput }
110- <pre class ="text-xs mt-2 preset-filled-surface-200-800 p-3 rounded-lg max-h-96 overflow-auto font-mono whitespace-pre border border-surface-300-700" >{outputContent }</pre >
110+ <pre class ="text-xs text-left mt-2 preset-filled-surface-200-800 p-3 rounded-lg max-h-96 overflow-auto font-mono whitespace-pre border border-surface-300-700" >{outputContent }</pre >
111111 {/if }
112112</div >
Original file line number Diff line number Diff line change 2626 }
2727 </script >
2828
29- <div class =" card rounded-lg border-2 border-error-500 bg-error-50-950 p-4" >
29+ <div class =" card rounded-lg border-2 border-error-500 bg-error-50-950 p-4 text-left " >
3030 <!-- Header -->
3131 <div class =" mb-3 flex items-center justify-between" >
3232 <div class =" flex items-center gap-2" >
7474
7575 <!-- Error Details -->
7676 {#if showDetails }
77- <pre class ="text-xs mt-3 preset-filled-surface-200-800 p-3 rounded-lg max-h-96 overflow-auto font-mono whitespace-pre border border-error-300 dark:border-error-700" >{errorOutput }</pre >
77+ <pre class ="text-xs text-left mt-3 preset-filled-surface-200-800 p-3 rounded-lg max-h-96 overflow-auto font-mono whitespace-pre border border-error-300 dark:border-error-700" >{errorOutput }</pre >
7878 {/if }
7979</div >
Original file line number Diff line number Diff line change 215215
216216{#if isBatchApproval && isFirstInBatch }
217217 <!-- Batch Approval View -->
218- <div class =" card variant-ghost-warning rounded-lg border-2 border-warning-500 p-4 space-y-4" >
218+ <div class =" card variant-ghost-warning rounded-lg border-2 border-warning-500 p-4 space-y-4 text-left " >
219219 <!-- Header -->
220220 <div class =" flex items-center justify-between" >
221221 <div class =" flex items-center gap-3" >
317317 <!-- This is part of a batch but not the first - don't render, it's shown above -->
318318{:else }
319319 <!-- Single Tool Card (Simplified) -->
320- <div class ="card rounded-lg border-1 {borderColorClass } bg-primary-300-700 transition-all" >
320+ <div class ="card rounded-lg border-1 {borderColorClass } bg-primary-300-700 transition-all text-left " >
321321 <!-- Card Header - Always Visible, Clickable to Expand -->
322322 <button
323323 type =" button"
You can’t perform that action at this time.
0 commit comments