Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(curriculum): remove forbidden hr from ol #10786

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

fiji-flo
Copy link
Contributor

Summary

This resolves #10777

Problem

<hr> is not allowed in an <ol>

Solution

replace with :before.


Screenshots

Before

image

After

image


How did you test this change?

locally

@fiji-flo fiji-flo requested a review from caugner March 25, 2024 16:59
@fiji-flo fiji-flo requested a review from a team as a code owner March 25, 2024 16:59
@caugner caugner changed the title fix(curriculum): remvoe forbidden hr from ol fix(curriculum): remove forbidden hr from ol Mar 25, 2024
@caugner caugner merged commit 32a7a4b into main Mar 25, 2024
14 checks passed
@caugner caugner deleted the remove-hr-from-module-list-list branch March 25, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using <hr> tag as a border inside of ul
2 participants