File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const TaskApps: FC<TaskAppsProps> = ({ task }) => {
57
57
}
58
58
59
59
return (
60
- < main className = "flex flex-col h-full " >
60
+ < main className = "flex flex-col" >
61
61
< div className = "w-full flex items-center border-0 border-b border-border border-solid" >
62
62
< div className = "p-2 pb-0 flex gap-2 items-center" >
63
63
{ embeddedApps . map ( ( app ) => (
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ const TaskPage = () => {
201
201
< PanelResizeHandle >
202
202
< div className = "w-1 bg-border h-full hover:bg-border-hover transition-all relative" />
203
203
</ PanelResizeHandle >
204
- < Panel > { content } </ Panel >
204
+ < Panel className = "[&>*]:h-full" > { content } </ Panel >
205
205
</ PanelGroup >
206
206
</ >
207
207
) ;
You can’t perform that action at this time.
0 commit comments