Update skyvern UI responsiveness (#1098)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Shuchang Zheng
2024-10-31 08:49:15 -07:00
committed by GitHub
parent de8e887e0f
commit 478b27ac52
13 changed files with 741 additions and 96 deletions

View File

@@ -7,7 +7,7 @@ function WorkflowsPageLayout() {
return (
<main
className={cn({
"container mx-auto px-8": !match,
"container mx-auto": !match,
})}
>
<Outlet />