diff --git a/client/src/components/__snapshots__/scoreStepsList.test.tsx.snap b/client/src/components/__snapshots__/scoreStepsList.test.tsx.snap index 7c8c915f..d60630ab 100644 --- a/client/src/components/__snapshots__/scoreStepsList.test.tsx.snap +++ b/client/src/components/__snapshots__/scoreStepsList.test.tsx.snap @@ -13,14 +13,17 @@ exports[`rendering of the component should match the snapshot of the MapIntroduc > Gather datasets -

Data inputs

- The cumulative index score includes the following equally weighted inputs. - + + ); }; diff --git a/client/src/styles/global.scss b/client/src/styles/global.scss index b16209ef..06cecaf8 100644 --- a/client/src/styles/global.scss +++ b/client/src/styles/global.scss @@ -407,6 +407,13 @@ $primary-color: #112f4e; } } +ul.j40-process-nested-list { + margin-bottom: 2rem; + > li { + list-style-type: disc; /* without this, we get hollow circles */ + } +} + /* these are currently used in the list, but it seems like they should be globally consistent with the rest of the site */ .j40-item-list-title { margin-block-end: auto;