mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
fixes codemirror measure issue (#7391)
This commit is contained in:
parent
6331bd70ca
commit
219158fb18
@ -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'>
|
||||
|
Loading…
Reference in New Issue
Block a user