fix spacing with recent workspaces

pull/4774/head
Joseph Izang 6 months ago
parent 70935da56f
commit a2859dbb9c
  1. 2
      libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx

@ -246,7 +246,7 @@ contract HelloWorld {
</ModalDialog>
<Toaster message={state.toasterMsg} />
<div className="justify-content-start mt-1 p-2 d-flex flex-column" id="hTFileSection">
<div>
<div className="mb-3">
{(state.recentWorkspaces[0] || state.recentWorkspaces[1] || state.recentWorkspaces[2]) && (
<div className="d-flex flex-column mb-5 remixui_recentworkspace">
<label style={{ fontSize: '0.8rem' }} className="mt-3">

Loading…
Cancel
Save