Skip to content

Commit

Permalink
[SDPAP-8044] update nested ol types (#1309)
Browse files Browse the repository at this point in the history
* fix(@dpc-sdp/ripple-markup): update nested ol types

* fix(@dpc-sdp/ripple-markup): add support for further nested ol types

---------

Co-authored-by: David Featherston <david.featherstone@dpc.vic.gov.au>
  • Loading branch information
lambry and David Featherston committed Aug 4, 2023
1 parent 3286cc4 commit 576da9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/components/Organisms/Markup/Markup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,22 @@ $no-padding: 0;
}
}
ol ol {
list-style-type: lower-alpha;
ol {
list-style-type: lower-roman;
ol {
list-style-type: upper-latin;
ol {
list-style-type: upper-roman;
}
}
}
}
ul li,
ol li {
line-height: $unordered-list-line-height;
Expand Down

0 comments on commit 576da9c

Please sign in to comment.