Skip to content

Commit d66d24d

Browse files
committed
[quick] SUP-48257 fix ol liste style
1 parent bf45555 commit d66d24d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ath/src/scss/main.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ $enable-roboto-webfont: false;
3232
@import "./se-files";
3333
@import "./contact";
3434

35+
.sectiontext ol > li {
36+
display: list-item;
37+
list-style-type: decimal;
38+
padding-left: 0;
39+
40+
&::before {
41+
content: none;
42+
display: none;
43+
}
44+
}
45+
3546
#portal-header {
3647
margin: 0;
3748
}

0 commit comments

Comments
 (0)