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 9e26f96 + c2dbc22 commit f2d9257Copy full SHA for f2d9257
1 file changed
src/components/TeamMemberTasks/style.module.css
@@ -494,9 +494,29 @@
494
max-height: none !important;
495
overflow: visible !important;
496
text-align: left;
497
+
498
+ display: flex;
499
+ align-items: flex-start;
500
/* min-width: 150px; */
501
}
502
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
516
517
518
519
520
.progress-text{
521
margin: 0;
522
/* border: green 1px solid; */
0 commit comments