Skip to content
Prev Previous commit
'Summary-only' view
  • Loading branch information
coolreader18 committed May 29, 2020
commit dea4d424e1c17d7fe1af99f061af4ff96497577b
2 changes: 1 addition & 1 deletion _layouts/regrtests_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div data-filter="passed" class="filter pr-2"> Passed </div>
<div data-filter="skipped" class="filter pr-2"> Skipped </div>
<div data-filter="expected_failure" class="filter pr-2"> Expected Failures </div>
<div data-filter="" class="filter"> Empty </div>
<div data-filter="" class="filter ml-auto"> Summary only </div>
</div>
</div>

Expand Down
3 changes: 3 additions & 0 deletions assets/media.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
text-align: right;
}

.ml-auto {
margin-left: auto !important;
}
}

/* fixes for ipad */
Expand Down