Skip to content

Commit 9f2427e

Browse files
committed
List styling for indentation
1 parent 5df8f1a commit 9f2427e

File tree

1 file changed

+2
-2
lines changed
  • src/shared/components/challenge-detail/Specification

1 file changed

+2
-2
lines changed

src/shared/components/challenge-detail/Specification/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $tc-link-visited: #0c4e98;
183183
font-size: 15px;
184184
color: $tc-gray-90;
185185
line-height: 25px;
186-
list-style: disc outside none;
186+
list-style: revert;
187187

188188
li {
189189
font-weight: 400;
@@ -313,7 +313,7 @@ $tc-link-visited: #0c4e98;
313313
font-size: 15px;
314314
color: $tc-gray-90;
315315
line-height: 25px;
316-
list-style: disc outside none;
316+
list-style: revert;
317317

318318
li {
319319
font-weight: 400;

0 commit comments

Comments
 (0)