This commit is contained in:
Simon Knott 2025-02-13 12:49:08 +01:00
parent c58566c82e
commit 30d32916e0
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -112,7 +112,7 @@ function Error({ message, error, errorId, sdkLanguage, pageSnapshot, revealInSou
longLocation = stackFrame.file + ':' + stackFrame.line;
}
return <div style={{ display: 'flex', flexDirection: 'column' }}>
return <div style={{ display: 'flex', flexDirection: 'column', overflowX: 'clip' }}>
<div className='hbox' style={{
alignItems: 'center',
padding: '5px 10px',