Skip to content

Commit 68c3884

Browse files
committed
fix: fix position of toolbar buttons in the project table
1 parent db04550 commit 68c3884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/ProjectTable/ProjectTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const ProjectTable = ({ currentProject, openUploadDialog }: ProjectTableP
155155
getRowId={(row) => row.fullPath}
156156
isLoading={isLoading}
157157
toolbarContent={
158-
<Grid container>
158+
<Grid container sx={{ width: "100%" }}>
159159
<Grid sx={{ display: "flex", alignItems: "center" }}>
160160
<Breadcrumbs>
161161
{["root", ...breadcrumbs].map((path, pathIndex) => {

0 commit comments

Comments
 (0)