Fix resizing of LLM more info on toggle
This commit is contained in:
parent
8525335345
commit
f70fe8e225
@ -271,11 +271,11 @@ const Message = (props: MessageProps) => {
|
|||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardActions disableSpacing sx={{ display: "flex", flexDirection: "row", justifyContent: "space-between", alignItems: "center", width: "100%" }}>
|
<CardActions disableSpacing sx={{ display: "flex", flexDirection: "row", justifyContent: "space-between", alignItems: "center", width: "100%", p: 0, m: 0 }}>
|
||||||
<CopyBubble content={message?.content} />
|
<CopyBubble content={message?.content} />
|
||||||
{message.metadata && (
|
{message.metadata && (
|
||||||
<Box sx={{ display: "flex", alignItems: "center", gap: 1 }}>
|
<Box sx={{ display: "flex", alignItems: "center", gap: 1 }}>
|
||||||
<Button variant="text" onClick={handleExpandClick} sx={{ color: "darkgrey", p: 1 }}>
|
<Button variant="text" onClick={handleExpandClick} sx={{ color: "darkgrey", p: 0 }}>
|
||||||
LLM information for this query
|
LLM information for this query
|
||||||
</Button>
|
</Button>
|
||||||
<ExpandMore
|
<ExpandMore
|
||||||
|
Loading…
x
Reference in New Issue
Block a user