Atelaes / Mynda

An electron based media library
0 stars 0 forks source link

Column Width Problem #63

Closed Atelaes closed 3 years ago

Atelaes commented 3 years ago

Director Column seems to expand to fit, so one movie with seven directors (like Animatrix) causes it to balloon and knock off all other columns. Draggable resizing is something we should do eventually, but for now a fixed sensible width with ellipsis for overflow is at least usable.

JohnMTorgerson commented 3 years ago

Put a maximum width of 15ems on every td. We just need to add MynOverflowTextMarquee where appropriate. And eventually, we should make the columns resizeable.