Skip to content

Commit bf08944

Browse files
author
Ryan Patrick Kyle
committed
🔪 unnecessary 🎨
1 parent dfc1b3a commit bf08944

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dash-renderer/src/components/error/FrontEnd/FrontEndError.react.js

-5
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ function UnconnectedErrorContent({error, base}) {
146146
<div className="dash-be-error__str">
147147
<div
148148
className="dash-backend-error"
149-
style={{
150-
width: 'calc(600px - 67px)',
151-
height: '75vh',
152-
border: 'none',
153-
}}
154149
>
155150
{error.html}
156151
</div>

0 commit comments

Comments
 (0)