Comments on: Everything You Need to Know About the Gap After the List Marker https://css-tricks.com/everything-you-need-to-know-about-the-gap-after-the-list-marker/ Tips, Tricks, and Techniques on using Cascading Style Sheets. Tue, 17 Oct 2023 05:56:58 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: Russ https://css-tricks.com/everything-you-need-to-know-about-the-gap-after-the-list-marker/#comment-1806261 Tue, 17 Oct 2023 05:56:58 +0000 https://css-tricks.com/?p=376748#comment-1806261 This was a good read. I’m trying to position a marker pseudo element in a <ol> that is displayed inline and it’s proving very challenging to do!

]]>
By: Maik Kaune https://css-tricks.com/everything-you-need-to-know-about-the-gap-after-the-list-marker/#comment-1805880 Fri, 13 Oct 2023 21:21:11 +0000 https://css-tricks.com/?p=376748#comment-1805880 I thought I’m the only one who wants to use it ;)
I have some custom list styles with SVG images. Always wondered about the not working paddings and margins. I was about to edit my graphics and add some empty space on the right side… but than I found the following property and used it with 0.3em in my case:

padding-inline-start

https://caniuse.com/mdn-css_properties_padding-inline-start

]]>