style: add mb-2 to workflows page flex container (#25787)

This commit is contained in:
Kartik Labhshetwar
2025-12-11 10:07:31 +00:00
committed by GitHub
parent 5de8576473
commit 191dcc45b5
@@ -73,7 +73,7 @@ function WorkflowsPage({ filteredList }: PageProps) {
}>
<>
{filteredWorkflows?.totalCount ? (
<div className="flex">
<div className="flex mb-2">
<TeamsFilter />
<div className="mb-4 ml-auto">
<CreateButtonWithTeamsList