Skip to content

Commit 01f290d

Browse files
committed
Merge pull request nasa#873 from nasa/open871
Review and integrate open871
2 parents 9e5689f + ff36d9e commit 01f290d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

platform/commonUI/general/res/sass/_global.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ p {
8484
margin-bottom: $interiorMarginLg;
8585
}
8686

87-
ol, ul { padding-left: 0; }
87+
ol, ul {
88+
list-style: none;
89+
margin: 0;
90+
padding-left: 0;
91+
}
8892

8993
mct-container {
9094
display: block;

0 commit comments

Comments
 (0)