We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c45c5f + 496ab69 commit 71e52b7Copy full SHA for 71e52b7
src/projects/detail/Dashboard.jsx
@@ -8,13 +8,13 @@ require('./Dashboard.scss')
8
const Dashboard = ({project, currentMemberRole}) => (
9
<div>
10
<div className="dashboard-container">
11
- <Sticky top={80}>
12
- <div className="left-area">
13
- <div className="dashboard-left-panel">
14
- <ProjectInfoContainer currentMemberRole={currentMemberRole} project={project} />
15
- </div>
16
17
- </Sticky>
+ <div className="left-area">
+ <Sticky top={80}>
+ <div className="dashboard-left-panel">
+ <ProjectInfoContainer currentMemberRole={currentMemberRole} project={project} />
+ </div>
+ </Sticky>
18
<div className="right-area">
19
<FeedContainer currentMemberRole={currentMemberRole} project={project} />
20
</div>
0 commit comments