the-pudding / music-map-story

MIT License
0 stars 0 forks source link

box-decoration-break on spans #22

Closed jadiehm closed 3 years ago

jadiehm commented 3 years ago

I learned this from the love and ai piece: there's a relatively new css property that you can set to box-decoration-break: clone that will add the correct padding to all your spans regardless of where the line break occurs. Works on everything except IE, because of course.

matthewfdaniels commented 3 years ago

wasn't working for me in chrome. does it work for you? maybe i need one more property to get to owrk?

jadiehm commented 3 years ago

It's weird if you're just using it in the developer console it doesn't work unless you check and uncheck another element, then it shows up. But I can get it to work if it's originally there.