Skip to content

Commit 1a12fcb

Browse files
Merge pull request #4939 from OneCommunityGlobal/venkataramanan_fix_team_member_task_time_center_alignment
Venkataramanan 🔥 team member tasks time center alignment
2 parents 48ad605 + 512b53b commit 1a12fcb

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/components/TeamMemberTasks/style.module.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,13 @@
247247

248248
.team-clocks {
249249
display: flex;
250-
justify-content: center;
250+
justify-content: left;
251+
padding-left: 35px !important;
251252
align-items: center;
252-
text-align: center;
253-
vertical-align: middle !important;
254-
gap: 4px;
255-
width: 50%;
256-
white-space: nowrap;
253+
gap: 6px;
257254
}
258255

256+
259257
.team-member-tasks-number {
260258
display: inline-block;
261259
text-align: center;

0 commit comments

Comments
 (0)