dasmoth / dalliance

Interactive web-based genome browser.
http://www.biodalliance.org/
BSD 2-Clause "Simplified" License
226 stars 68 forks source link

Force wrapping of value fields in the feature popup #228

Closed davep closed 6 years ago

davep commented 6 years ago

If a value appears in the feature popup, which has no whitespace and so has nothing that can be easily wrapped, the text bleeds out of the window:

screenshot from 2018-01-31 09-32-11

This pull request aims to fix that, giving this effect:

screenshot from 2018-01-31 09-40-22

Hopefully this is the correct approach to this; apologies if not, I wasn't 100% sure which stylesheet was the correct one to modify.

dasmoth commented 6 years ago

Neat solution -- much appreciated!

davep commented 6 years ago

My pleasure. Thanks for accepting.