discuitnet / discuit

A free and open-source community discussion platform.
https://discuit.net
GNU Affero General Public License v3.0
411 stars 52 forks source link

Visual bug with ordered lists #46

Closed noClaps closed 5 months ago

noClaps commented 7 months ago
image

The numbers in ordered lists are partially hidden. This seems to be caused by

https://github.com/discuitnet/discuit/blob/75a54b526ea87943fe1024ce97fe3d5a6020af28/ui/src/scss/_post.scss#L710

Changing 1 to 1.25 makes the list look like this:

image

and changing it to 1.5 makes it look like:

image

Personally, I think 1.5 is the better value, but either one is better than the current behavior.

Browser: Safari 17.3.1 OS: macOS