We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334bdcf commit 4234881Copy full SHA for 4234881
site/static/compare.html
@@ -122,9 +122,11 @@
122
</div>
123
124
</fieldset>
125
- <label class="section-heading" for="stats">Metric</label>
126
- <div id="metric" style="display: flex; justify-content: center;">
127
- <select id='stats' name="stat"></select>
+ <div id="metric" style="position: relative;height: 60px;">
+ <label class="section-heading" for="stats">Metric</label>
+ <div style="width: 100%; position: absolute; top:0; display: flex; justify-content: center;">
128
+ <select id='stats' name="stat"></select>
129
+ </div>
130
131
<input id="submit" type="submit" value="Submit" onclick="submit_settings(); return false;">
132
</form>
0 commit comments