Skip to content

Commit

Permalink
fixes codemirror measure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav authored and filfreire committed May 10, 2024
1 parent 6331bd7 commit 4c9355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/routes/debug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ export const Debug: FC = () => {

return (
<PanelGroup ref={sidebarPanelRef} autoSaveId="insomnia-sidebar" id="wrapper" className='new-sidebar w-full h-full text-[--color-font]' direction='horizontal'>
<Panel id="sidebar" className='sidebar theme--sidebar' defaultSize={DEFAULT_SIDEBAR_SIZE} maxSize={40} minSize={10} collapsible>
<Panel id="sidebar" className='sidebar theme--sidebar' maxSize={40} minSize={10} collapsible>
<div className="flex flex-1 flex-col overflow-hidden divide-solid divide-y divide-[--hl-md]">
<div className="flex flex-col items-start gap-2 justify-between p-[--padding-sm]">
<Breadcrumbs className='flex list-none items-center m-0 p-0 gap-2 pb-[--padding-sm] border-b border-solid border-[--hl-sm] font-bold w-full'>
Expand Down

0 comments on commit 4c9355f

Please sign in to comment.