Skip to content

Commit f2d9257

Browse files
Merge pull request #4567 from OneCommunityGlobal/venkataramanan_fix_team_member_tasks_content_wrap
Venkataramanan fix: Team member tasks content wrap
2 parents 9e26f96 + c2dbc22 commit f2d9257

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/components/TeamMemberTasks/style.module.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,29 @@
494494
max-height: none !important;
495495
overflow: visible !important;
496496
text-align: left;
497+
498+
display: flex;
499+
align-items: flex-start;
497500
/* min-width: 150px; */
498501
}
499502

503+
.team-member-tasks-content-link {
504+
display: inline-block;
505+
max-width: 100%;
506+
min-width: 0;
507+
508+
white-space: normal;
509+
word-break: break-word;
510+
overflow-wrap: anywhere;
511+
}
512+
513+
.team-member-tasks-content span {
514+
display: inline;
515+
white-space: normal;
516+
word-break: break-word;
517+
overflow-wrap: anywhere;
518+
}
519+
500520
.progress-text{
501521
margin: 0;
502522
/* border: green 1px solid; */

0 commit comments

Comments
 (0)