Commit 7a0a865faa743b230d59ff517c3aab8ed38dcb21

Authored by Nathan Broadbent
1 parent 55f6db97
Exists in master and in 1 other branch production

Backtrace does look better without borders. [ci skip]

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -702,15 +702,14 @@ table.backtrace th.line-numbers {
702 702 border-bottom: 1px solid #F0F0F0;
703 703 font-size: 13px;
704 704 text-align: right;
705   - vertical-align: middle;
  705 + vertical-align: top;
706 706 padding: 1px 6px 1px 7px;
707 707 }
708 708  
709 709 table.backtrace td.lines {
710   - border-bottom: 1px solid #2A2A2A;
711 710 font-size: 13px;
712 711 padding-left: 8px;
713   - vertical-align: middle;
  712 + vertical-align: top;
714 713 white-space: nowrap;
715 714 }
716 715 table.backtrace td.lines.in-app {
... ...