Skip to content

Commit fadca7e

Browse files
committed
fixing e2e
1 parent 8f62442 commit fadca7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/app/src/lib/remix-app/remix-app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ const RemixApp = (props: IRemixAppUi) => {
178178
<OriginWarning></OriginWarning>
179179
<MatomoDialog hide={!appReady} okFn={() => setShowEnterDialog(true)}></MatomoDialog>
180180
{showEnterDialog && <EnterDialog handleUserChoice={(type) => handleUserChosenType(type)}></EnterDialog>}
181-
<div className={`remixIDE ${appReady ? '' : 'd-none'}`} data-id="remixIDE">
182-
<div className='d-flex'>
181+
<div className='d-flex flex-column'>
182+
<div className={`remixIDE ${appReady ? '' : 'd-none'}`} data-id="remixIDE">
183183
<div id="icon-panel" data-id="remixIdeIconPanel" className="custom_icon_panel iconpanel bg-light">
184184
{props.app.menuicons.render()}
185185
</div>

0 commit comments

Comments
 (0)