hacknight
hacknight copied to clipboard
Hacknight participant responses truncated.
Under http://hacknight.in/droidconin/2012/manage , the "reason to join" field is being truncated while being displayed on screen. My only option is to copy paste it to a text file and read it from there. Please do a text wrap.
The template uses ul.grid, which disables word-wrap in the default stylesheets. These styles either have to be turned off via another class, or the page should switch to using a table (which breaks on mobile).