Skip to content

Commit

Permalink
Merge pull request #56 from solo-io/ordered-list-tab-fix
Browse files Browse the repository at this point in the history
Ordered list tab fix
  • Loading branch information
artberger authored Mar 23, 2022
2 parents 43bae79 + 587f61e commit 4a1885d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/v0.0.18/ordered-list-tab-fix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
changelog:
- type: NON_USER_FACING
description: Fix ordered list styling inside tabs
7 changes: 6 additions & 1 deletion static/css/core-override.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ article section.page > ol {
margin-left: 43px;
}

article section.page .ui-widget-content ol {
margin-left: 43px;
padding: 0;
}

section ul > li:before {
content: " " !important;
background: #2196c9;
Expand Down Expand Up @@ -108,7 +113,7 @@ section > ol {
margin: 22px 0 30px;
}

section > ol li {
section ol li {
display: block;
position: relative;
margin-bottom: 1rem;
Expand Down

0 comments on commit 4a1885d

Please sign in to comment.