Skip to content

Commit

Permalink
fix: leaderboard tables having different column width (fehmer) (monke…
Browse files Browse the repository at this point in the history
…ytypegame#5091)

* fix: leaderboard tables having different column width

* up the date width a bit

---------

Co-authored-by: Jack <jack@monkeytype.com>
  • Loading branch information
fehmer and Miodec committed Feb 22, 2024
1 parent c3077e4 commit 15b58e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/static/html/popups.html
Original file line number Diff line number Diff line change
Expand Up @@ -887,17 +887,17 @@
<tr>
<td width="1%">#</td>
<td>name</td>
<td class="alignRight" width="15%">
<td class="alignRight" width="1%">
wpm
<br />
<div class="sub">accuracy</div>
</td>
<td class="alignRight" width="15%">
<td class="alignRight" width="1%">
raw
<br />
<div class="sub">consistency</div>
</td>
<td class="alignRight" width="22%">date</td>
<td class="alignRight" width="125px">date</td>
</tr>
</thead>
<tbody></tbody>
Expand Down Expand Up @@ -940,7 +940,7 @@
<br />
<div class="sub">consistency</div>
</td>
<td class="alignRight" width="110px">date</td>
<td class="alignRight" width="120px">date</td>
</tr>
</thead>
<tbody></tbody>
Expand Down

0 comments on commit 15b58e0

Please sign in to comment.