Fix left align for LLM info

This commit is contained in:
James Ketr 2025-04-25 21:58:03 -07:00
parent 0f636d5cc8
commit bdb6bd0747

View File

@ -302,7 +302,7 @@ const Message = ({ message, submitQuery, isFullWidth, sessionId, setSnack, conne
} }
</CardContent> </CardContent>
{message.metadata && <> {message.metadata && <>
<CardActions disableSpacing sx={{ justifySelf: "flex-end" }}> <CardActions disableSpacing sx={{ justifySelf: "flex-end", alignSelf: "flex-end" }}>
<Button variant="text" onClick={handleExpandClick} sx={{ color: "darkgrey", p: 1, flexGrow: 0, justifySelf: "flex-end" }}>LLM information for this query</Button> <Button variant="text" onClick={handleExpandClick} sx={{ color: "darkgrey", p: 1, flexGrow: 0, justifySelf: "flex-end" }}>LLM information for this query</Button>
<ExpandMore <ExpandMore
expand={expanded} expand={expanded}