Skip to content

Commit

Permalink
show lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed May 15, 2024
1 parent 762e4e9 commit ecb4020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/ui/routes/design.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ const Design: FC = () => {
/>
)}
</div>
<div className="flex h-[--line-height-sm] box-border flex-col divide-y divide-solid divide-[--hl-md] overflow-hidden">
<div className={`flex ${isLintPaneOpen ? '' : 'h-[--line-height-sm]'} box-border flex-col divide-y divide-solid divide-[--hl-md] overflow-hidden`}>
<div className="flex gap-2 items-center p-[--padding-sm]">
<TooltipTrigger>
<Button className="flex items-center gap-2 cursor-pointer select-none">
Expand Down

0 comments on commit ecb4020

Please sign in to comment.