td-org-uit-no / tdctl-frontend

Website for Tromsøstudentens dataforening
https://td-uit.no
6 stars 3 forks source link

Bad styling for lists #230

Closed otytlandsvik closed 7 months ago

otytlandsvik commented 11 months ago

:rotating_light: Lists (ol and ul) have bad styling

They have padding set to zero, making them clip out to the left.

:mag: Reproduce this bug by either:

going to any site with list in a reactmarkdown container (events, jobs); the list bullets are not aligned with the rest of the text.

:camera_flash: image

OR

going to any event logged in as admin, and viewing the participants list; the numbers in the ordered list are cut of.

:camera_flash: Looks like: image

:camera_flash: Should look like: image

To view the differences, the css rule can be toggled in the browser inspector: image

:memo: Unknown cause

However, this bug was not present in the spring so it might be caused by for instance the chakra-ui migration.