Skip to content

Commit

Permalink
Fix response pane height
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Feb 25, 2024
1 parent 9f5a3ef commit b2bcbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-web/components/ResponsePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const ResponsePane = memo(function ResponsePane({ style, className, activ
<Icon size="lg" className="opacity-disabled" spin icon="refresh" />
</div>
) : (
<div className="grid grid-rows-[auto_minmax(0,1fr)] grid-cols-1">
<div className="h-full w-full grid grid-rows-[auto_minmax(0,1fr)] grid-cols-1">
<HStack
alignItems="center"
className={classNames(
Expand Down

0 comments on commit b2bcbab

Please sign in to comment.