Skip to content

Commit 3f1e4db

Browse files
fix(dashboard): center workflow blank state on page fixes NV-8123 (#11651)
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: George Djabarov <djabarovgeorge@users.noreply.github.com>
1 parent 398cd4e commit 3f1e4db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dashboard/src/components/workflow-list-empty.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ const WorkflowListEmptyDev = () => {
178178
const { environmentSlug } = useParams();
179179

180180
return (
181-
<div className="flex h-full w-full flex-col items-start justify-center">
182-
<div className="flex flex-col gap-12 translate-x-1/4">
181+
<div className="flex h-full w-full flex-col items-center justify-center">
182+
<div className="flex flex-col gap-12">
183183
<WorkflowsIllustration className="w-34" />
184184

185185
<div className="flex flex-col gap-3">

0 commit comments

Comments
 (0)