Skip to content

Commit fd9eb66

Browse files
committed
Lining up button
1 parent d11c26d commit fd9eb66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/components/ProjectPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function ProjectPage({ projectId }) {
102102
className="col-fixed p-0 pt-1"
103103
style={{ width: `${width}px` }}
104104
>
105-
<div className="height-53 pt-3 pl-1 flex align-items-center justify-content-between pr-2">
105+
<div className="height-53 pt-3 pl-1 flex align-items-center justify-content-between">
106106
<h3 className="m-0">
107107
{title ? t("home.projectLabel", { title }) : ""}
108108
</h3>

0 commit comments

Comments
 (0)