Skip to content

Commit

Permalink
refactor(app): format <ul> in release notes (#15081)
Browse files Browse the repository at this point in the history
Closes RQA-2674
  • Loading branch information
mjhuff committed May 3, 2024
1 parent 93d3180 commit 8fef724
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/molecules/ReleaseNotes/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@
& ol {
margin-left: 1.25rem;
margin-bottom: 0.25rem;
font-size: var(--fs-body-2);
color: var(--c-font-dark); /* from legacy --font-body-2-dark */
}

& li {
margin: 0.25rem 0;
font-size: var(--fs-body-2);
color: var(--c-font-dark); /* from legacy --font-body-2-dark */
}

& code {
Expand Down

0 comments on commit 8fef724

Please sign in to comment.