JakobKallin / RPG-Ambience

Bring your tabletop RPGs to life with sound and visuals.
http://rpg-ambience.com
GNU General Public License v3.0
36 stars 9 forks source link

Track removal button is not always visible #22

Closed JakobKallin closed 10 years ago

JakobKallin commented 11 years ago

This is because text-overflow is difficult to master. Preferably the track name should take up all the space that is not used by the removal button. This should be easier with flexbox but that is not stable or widely supported yet.

JakobKallin commented 11 years ago

This is now partially solved. It still does not work if the track name contains a long word, because the table width is determined by the longest single word. It could possibly be solved by inserting soft hyphens into the track name at a regular interval.

JakobKallin commented 10 years ago

This is fixed in the development branch, using flexbox layout.