mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-18 06:57:11 +01:00
Fix response pane height
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user