Skip to content

Commit

Permalink
fix: fix position of toolbar buttons in the project table
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverDudgeon committed Nov 24, 2024
1 parent db04550 commit 68c3884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ProjectTable/ProjectTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const ProjectTable = ({ currentProject, openUploadDialog }: ProjectTableP
getRowId={(row) => row.fullPath}
isLoading={isLoading}
toolbarContent={
<Grid container>
<Grid container sx={{ width: "100%" }}>
<Grid sx={{ display: "flex", alignItems: "center" }}>
<Breadcrumbs>
{["root", ...breadcrumbs].map((path, pathIndex) => {
Expand Down

0 comments on commit 68c3884

Please sign in to comment.