SaraBee / MCGJ

A Flask web app for running collaborative playlist parties
27 stars 7 forks source link

Fix line wrap for played track row #9

Closed toph-allen closed 3 years ago

toph-allen commented 3 years ago

First column should be the buttons and index/position, second should be the person, artist and title.

SaraBee commented 3 years ago

Done! The fun trick I learned for this was setting the first column width to max-content, which means it'll set it properly no matter how many buttons show up (driving vs. not).