Commit c7df651dee6ed4016351f4d3f41e04474cf89094

Authored by Shuky Dvir
2 parents 1547c153 ce69437b
Exists in master and in 1 other branch production

Merge pull request #403 from boblail/allow-word-wrapping

allow long error messages to wrap
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/assets/stylesheets/errbit.css
... ... @@ -654,7 +654,6 @@ table.errs td.message a {
654 654 overflow: hidden;
655 655 text-overflow: ellipsis;
656 656 -o-text-overflow: ellipsis;
657   - white-space: nowrap;
658 657 /* ------ */
659 658 }
660 659 table.errs td.message em {
... ...