fix(app): indent comment text to align with filename in context card
This commit is contained in:
@@ -1720,7 +1720,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Show when={item.comment}>
|
<Show when={item.comment}>
|
||||||
{(comment) => <div class="text-11-regular text-text-strong">{comment()}</div>}
|
{(comment) => <div class="text-11-regular text-text-strong ml-5">{comment()}</div>}
|
||||||
</Show>
|
</Show>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user