Skip to content

Commit 6a84c6d

Browse files
authored
fix (admin): exclude freemiums section to the global ul style for stackable (#3685)
1 parent 52ebc7e commit 6a84c6d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/welcome/admin.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@ body[class*="page_stk"] {
439439
padding-left: 2em;
440440
list-style-type: circle;
441441
}
442+
.fs-section ul {
443+
list-style-type: none;
444+
}
445+
442446
.s-box {
443447
background-color: #fff;
444448
border-radius: 0;

0 commit comments

Comments
 (0)