Skip to content

Commit

Permalink
[new #90] label always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
PluharVit committed Dec 12, 2022
1 parent 307adec commit af718a6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/PlanningTool.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ class PlanningTool extends Component {
this.setState({
sidebarWidth: width,
})

this.timeline.current.resize()
}

/**
Expand Down Expand Up @@ -1030,12 +1032,12 @@ class PlanningTool extends Component {
textOverflow: "ellipsis",
whiteSpace: "nowrap",
zIndex: '100',
position: 'relative',
position: 'sticky',
left: 0,
maxWidth: 'fit-content'
}}
>
<div>
{itemContext.title}
</div>
{itemContext.title}
</div>

{/*dependencies of en item*/}
Expand Down

0 comments on commit af718a6

Please sign in to comment.