Skip to content

Commit

Permalink
correct left alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpos committed Aug 29, 2024
1 parent ae153de commit a0d6660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/assets/css/prism-fhirpath.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pre.language-fhirpath.stu {
overflow: unset;
}
pre.language-fhirpath.stu:after {
left: -15.5px;
left: -16px;
}

/* inline fhirpath code blocks used in examples */
Expand Down

0 comments on commit a0d6660

Please sign in to comment.