We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21755bd commit c416127Copy full SHA for c416127
client/src/components/SidePanel/Workflows/WorkflowsTable.tsx
@@ -78,7 +78,7 @@ const WorkflowsTable: React.FC<WorkflowsTableProps> = ({ workflows }) => {
78
</Table>
79
</div>
80
81
- <div className="flex items-center justify-between">
+ <div className="flex items-center justify-end">
82
<div className="flex items-center gap-2" role="navigation" aria-label="Pagination">
83
<Button
84
variant="outline"
0 commit comments