Commit 76ea5e7a00f8111665a5185508a7c180b100297c

Authored by Jared Pace
1 parent d71dbb17
Exists in master and in 1 other branch production

Make message block smaller to avoid extending over available space

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -532,7 +532,7 @@ table.errs td.app .environment {
532 532 color: #999;
533 533 }
534 534 table.errs td.message a {
535   - width: 470px;
  535 + width: 420px;
536 536 display: block;
537 537 word-wrap: break-word;
538 538 }
... ...