task add users
This commit is contained in:
@ -297,6 +297,7 @@ export const ProjectTracker = () => {
|
||||
task={selectedTicket}
|
||||
projectId={projectBoard.id}
|
||||
projectName={projectBoard.name}
|
||||
projectUsers={projectBoard.projectUsers}
|
||||
/>}
|
||||
|
||||
<div className="tasks__container">
|
||||
|
@ -555,6 +555,10 @@
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 140%;
|
||||
max-width: 295px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&__info {
|
||||
|
Reference in New Issue
Block a user