more
This commit is contained in:
parent
c58566c82e
commit
30d32916e0
|
|
@ -112,7 +112,7 @@ function Error({ message, error, errorId, sdkLanguage, pageSnapshot, revealInSou
|
||||||
longLocation = stackFrame.file + ':' + stackFrame.line;
|
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={{
|
<div className='hbox' style={{
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
padding: '5px 10px',
|
padding: '5px 10px',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue