We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11c26d commit fd9eb66Copy full SHA for fd9eb66
1 file changed
apps/web/src/components/ProjectPage.jsx
@@ -102,7 +102,7 @@ export default function ProjectPage({ projectId }) {
102
className="col-fixed p-0 pt-1"
103
style={{ width: `${width}px` }}
104
>
105
- <div className="height-53 pt-3 pl-1 flex align-items-center justify-content-between pr-2">
+ <div className="height-53 pt-3 pl-1 flex align-items-center justify-content-between">
106
<h3 className="m-0">
107
{title ? t("home.projectLabel", { title }) : ""}
108
</h3>
0 commit comments