Skip to content

Commit

Permalink
three column bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszMMazur committed Apr 25, 2024
1 parent b40c4c2 commit b04666a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Editor/ExtraColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const ExtraColumn = ({
} = useContext(CairoVMApiContext)

return (
<div className="w-full md:w-1/3 hidden md:flex flex-col">
<>
<div className="border-b border-gray-200 dark:border-black-500 flex items-center pl-6 pr-2 h-14 md:border-r flex-none">
<Header
codeType={codeType}
Expand Down Expand Up @@ -84,7 +84,7 @@ const ExtraColumn = ({
/>
)}
</div>
</div>
</>
)
}

Expand Down

0 comments on commit b04666a

Please sign in to comment.