mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 16:43:53 +01:00
Fix workspace deletion
This commit is contained in:
@@ -47,7 +47,7 @@ export function GraphQLEditor({ defaultValue, onChange, ...extraEditorProps }: P
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="pb-1 h-full grid grid-rows-[minmax(0,100%)_auto_auto_minmax(0,auto)]">
|
||||
<div className="pb-2 h-full grid grid-rows-[minmax(0,100%)_auto_auto_minmax(0,auto)]">
|
||||
<Editor
|
||||
key={queryKey.key}
|
||||
heightMode="auto"
|
||||
|
||||
@@ -277,7 +277,7 @@ const _SidebarItem = forwardRef(function SidebarItem(
|
||||
return (
|
||||
<li
|
||||
ref={ref}
|
||||
className={classnames(className, 'block group/item px-2 pb-1')}
|
||||
className={classnames(className, 'block group/item px-2 pb-0.5')}
|
||||
style={itemStyles}
|
||||
>
|
||||
<div className="relative w-full">
|
||||
|
||||
Reference in New Issue
Block a user