Skip to content

Commit

Permalink
Fixed line wrap of lists
Browse files Browse the repository at this point in the history
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
  • Loading branch information
natalialuzuriaga committed Sep 18, 2024
1 parent 721e247 commit ff68b70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ img {
animation: spin 2s linear infinite;
}

.security-info {
padding-inline-start: 0;
list-style-position: inside;
ul, ol {
padding-left: 15px;
}

ol {
margin-bottom: 0px;
}

@keyframes spin {
Expand Down
3 changes: 2 additions & 1 deletion frontend/pages/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ <h4 class="usa-alert__heading">Error</h4>
<b>To find possible duplicates:</b>
<ol>
<li>Open your results file.</li>
<li>Find the records with the same <b>cluster_id</b>.<br><a href="https://github.com/DSACMS/dedupliFHIR/blob/main/research/sept-2024/examples-use-clusterid-to-find-possible-duplicates.md" target="_blank">(See examples.)</a></li>
<li>Find the records with the same <b>cluster_id</b>.</li>
</ol>
<a href="https://github.com/DSACMS/dedupliFHIR/blob/main/research/sept-2024/examples-use-clusterid-to-find-possible-duplicates.md" target="_blank">(See examples.)</a>
</p>
</div>
<button type="button" class="usa-button" id="save-file">Save the results file</button>
Expand Down

0 comments on commit ff68b70

Please sign in to comment.