File tree Expand file tree Collapse file tree
src/components/TeamMemberTasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ const TeamMemberTask = React.memo(
595595 darkMode ? 'bg-yinmn-blue text-light' : ''
596596 } `}
597597 >
598- < >
598+ < div className = { styles [ 'progress-wrapper' ] } >
599599 < div className = { styles [ 'team-task-progress-container' ] } >
600600 < div
601601 data-testid = { `times-${ task . taskName } ` }
@@ -661,7 +661,7 @@ const TeamMemberTask = React.memo(
661661 ) }
662662 className = { styles [ 'team-task-progress-bar' ] }
663663 />
664- </ >
664+ </ div >
665665 </ td >
666666 ) }
667667 </ tr >
Original file line number Diff line number Diff line change 1111 overflow : hidden;
1212}
1313
14+ .progress-wrapper {
15+ display : inline-block;
16+ }
1417
18+ .team-task-progress-container {
19+ display : flex;
20+ flex-direction : row;
21+ align-items : center;
22+ flex-wrap : wrap;
23+ }
1524
16-
25+ .team-task-progress-bar {
26+ width : 100% ;
27+ margin-top : 4px ;
28+ }
1729
1830
1931.team-member-task-review-button {
491503 /* min-width: 150px; */
492504}
493505
494- .team-task-progress-container {
495- display : flex;
496- flex-direction : row;
497- align-items : center;
498- flex-wrap : wrap;
499- }
500-
501506.progress-text {
502507 margin : 0 ;
503508 /* border: green 1px solid; */
522527 align-self : center;
523528}
524529
525- .team-task-progress-bar {
526- /* width: 60%;
527- max-width: 180px;
528- min-width: 100px; */
529- align-self : flex-start;
530- margin-top : 4px ;
531- height : 10px ;
532- border-radius : 4px ;
533- }
534-
535-
536530.hours-btn-div {
537531 display : flex;
538532 flex-direction : row;
You can’t perform that action at this time.
0 commit comments