Skip to content

Commit c416127

Browse files
style: moved pagination to the right of workflow sidepanel
1 parent 21755bd commit c416127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/SidePanel/Workflows/WorkflowsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const WorkflowsTable: React.FC<WorkflowsTableProps> = ({ workflows }) => {
7878
</Table>
7979
</div>
8080

81-
<div className="flex items-center justify-between">
81+
<div className="flex items-center justify-end">
8282
<div className="flex items-center gap-2" role="navigation" aria-label="Pagination">
8383
<Button
8484
variant="outline"

0 commit comments

Comments
 (0)