Fix left align for LLM info
This commit is contained in:
parent
0f636d5cc8
commit
bdb6bd0747
@ -302,7 +302,7 @@ const Message = ({ message, submitQuery, isFullWidth, sessionId, setSnack, conne
|
||||
}
|
||||
</CardContent>
|
||||
{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>
|
||||
<ExpandMore
|
||||
expand={expanded}
|
||||
|
Loading…
x
Reference in New Issue
Block a user