buttondown / roadmap

Buttondown's public roadmap
48 stars 0 forks source link

Bump out horizontal padding for List rows #2951

Open jmduke opened 2 weeks ago

jmduke commented 2 weeks ago

The lack of padding to the left of the checkbox feels gross. This should theoretically be trivial (just remove the p-4 on PageContent or whatever and move it into the ListCell!) but I'm worried about weird edge cases since that component is used literally eveywhere.

image