File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
typescript-sdk/apps/dojo/src/app/[integrationId]/feature/tool_based_generative_ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default function ToolBasedGenerativeUI({ params }: ToolBasedGenerativeUIP
51
51
agent = "tool_based_generative_ui"
52
52
>
53
53
< div
54
- className = { `${ isMobile ? 'h-screen' : 'min-h-full' } w-full relative overflow-hidden` }
54
+ className = { `${ isMobile ? 'h-screen' : 'min-h-full flex ' } w-full relative overflow-hidden` }
55
55
style = {
56
56
{
57
57
// "--copilot-kit-primary-color": "#222",
@@ -336,7 +336,7 @@ function Haiku() {
336
336
< div className = "flex h-full w-full" >
337
337
{ /* Thumbnail List */ }
338
338
{ Boolean ( generatedHaikus . length ) && ! isMobile && (
339
- < div className = "w-40 p-4 border-r border-gray-200 overflow-y-auto overflow-x-hidden max-w-1 " >
339
+ < div className = "w-40 p-4 border-r border-gray-200 overflow-y-auto overflow-x-hidden" >
340
340
{ generatedHaikus . map ( ( haiku , index ) => (
341
341
< div
342
342
key = { index }
You can’t perform that action at this time.
0 commit comments