Commit ae0a6b6cfca6f59837cb9088fb8b362744083bdf

Authored by Tracey Eubanks
1 parent 6790d128
Exists in master and in 1 other branch production

fixed overflow for window. fixed color of summary th

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -647,10 +647,13 @@ table.tally th.value {
647 647 .window {
648 648 width: 100%;
649 649 margin-bottom: 1em;
  650 + overflow: auto;
650 651 }
  652 +
651 653 .window table {
652 654 margin: 0;
653 655 }
  656 +
654 657 table.backtrace td {
655 658 width: 100%;
656 659 padding: 0;
... ...