style: add mb-2 to workflows page flex container (#25787)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user