generated from GeekwiseAcademy/course-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In the "Take Home Challenge" Section of Day 1, the text for "Create a custom wave" and "Wave SVG from example" overlaps their accompanying bullet points.
To Reproduce
Steps to reproduce the behavior:
- Go to the Day 1 page.
- Scroll down to the "Take Home Challenge" section.
- Under point 2, the text "Create a custom wave" and "Wave SVG from example" overlaps their bullets.
Expected behavior
There should be no overlap. Formatting should be similar to point 5 in the "Daily Challenge" section.
Desktop
- OS: Windows 10 Pro
- Browser: Chrome
- Version: 107.0.5304.107
Additional context
- Bug is caused by inherited
text-indent: -3.5rem;
styling fromol.points > li
from the<li>
on line 145. - Bug is fixed by moving
<ul class="nested-points">
and its content on lines 147-154 outside of the<li>
on line 145 to after the</li>
on line 155.
Thank you for taking a look! :)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working