Skip to content

Commit 5d6212d

Browse files
committed
remove vertical line above the column
1 parent e1d10d2 commit 5d6212d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

assets/css/page-widgets/suggested-tasks.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,14 @@
312312
background-color: var(--prpl-color-gray-2);
313313
}
314314

315-
&::after {
315+
/* WIP: This adds vertical line above the column? */
316+
317+
/* &::after {
316318
top: -20px;
317319
left: 0;
318320
width: 100%;
319321
height: 1px;
320-
}
322+
} */
321323
}
322324
}
323325
}

0 commit comments

Comments
 (0)