mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
ERC: fix overflow
This commit is contained in:
@@ -127,7 +127,7 @@ export function EnhancedRenderCode(props: {
|
||||
return <>
|
||||
{/* Icon and Title */}
|
||||
<TooltipOutlined placement='top-start' color='neutral' title={headerTooltipContents}>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, overflow: 'hidden' }}>
|
||||
<Icon
|
||||
aria-hidden
|
||||
onClick={handleToggleCodeCollapse}
|
||||
|
||||
Reference in New Issue
Block a user