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 48ad605 + 512b53b commit 1a12fcbCopy full SHA for 1a12fcb
1 file changed
src/components/TeamMemberTasks/style.module.css
@@ -247,15 +247,13 @@
247
248
.team-clocks {
249
display: flex;
250
- justify-content: center;
+ justify-content: left;
251
+ padding-left: 35px !important;
252
align-items: center;
- text-align: center;
253
- vertical-align: middle !important;
254
- gap: 4px;
255
- width: 50%;
256
- white-space: nowrap;
+ gap: 6px;
257
}
258
+
259
.team-member-tasks-number {
260
display: inline-block;
261
text-align: center;
0 commit comments