Skip to content

Commit 51f23fc

Browse files
committed
issue184 -iversonLv- 0] - No need of vertical parting line for last element as per design guideline
1 parent 9bae199 commit 51f23fc

File tree

1 file changed

+3
-1
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+3
-1
lines changed

src/shared/components/challenge-detail/Header/style.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@
343343
border-right: 1px solid $tc-gray-10;
344344
font-family: roboto;
345345
font-weight: 400;
346-
346+
&:last-child {
347+
border-right: none;
348+
}
347349
.deadline-info {
348350
font-size: 13px;
349351
color: $tc-gray-40;

0 commit comments

Comments
 (0)