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,10 +647,13 @@ table.tally th.value {
647 .window { 647 .window {
648 width: 100%; 648 width: 100%;
649 margin-bottom: 1em; 649 margin-bottom: 1em;
  650 + overflow: auto;
650 } 651 }
  652 +
651 .window table { 653 .window table {
652 margin: 0; 654 margin: 0;
653 } 655 }
  656 +
654 table.backtrace td { 657 table.backtrace td {
655 width: 100%; 658 width: 100%;
656 padding: 0; 659 padding: 0;