We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7c5b6 commit 146f644Copy full SHA for 146f644
1 file changed
src/static/riot/competitions/detail/submission_manager.tag
@@ -204,13 +204,9 @@
204
</button>
205
</div>
206
207
- <div style="display:flex; align-items:center; gap:8px;">
208
- <label>Per page</label>
209
- <select class="ui dropdown" value="{ page_size }" onchange="{ change_page_size.bind(this) }">
210
- <option value="20">20</option>
211
- </select>
+ <div style="display:flex; align-items:center; gap:8px; margin-left: auto;">
212
213
- <div style="margin-left:10px; color: #8c8c8c;">
+ <div style="margin-right: 10px; color: #8c8c8c;">
214
<small>{ total_count || 0 } total</small>
215
216
0 commit comments