We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbff2c commit d0c4506Copy full SHA for d0c4506
1 file changed
ui/status.html
@@ -71,10 +71,12 @@ <h3>Flakiest tests</h3>
71
</table>
72
</div>
73
<div class="column">
74
- <h3>Continuous testing results</h3>
75
- <div align="right">
76
- <input type="checkbox" id="contest-summary" checked />
77
- <label for="contest-summary">Hide all-pass runs</label>
+ <div style="display: flex; justify-content: space-between; align-items: baseline;">
+ <h3>Continuous testing results</h3>
+ <label>
+ <input type="checkbox" id="contest-summary" checked />
78
+ Hide all-pass runs
79
+ </label>
80
81
<table id="contest">
82
<tr>
0 commit comments