team: Fix ugly line-wrapping when showing total.

Eventually, we'll want a slightly different design for this section of
the page, for for now, "Total" is both clearer and fits better.
This commit is contained in:
Tim Abbott 2018-03-07 17:22:54 -08:00
parent 6bed6ccdcf
commit c0f5ac801d
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
</p>
<input id="total" type="radio" name="tabs" checked>
<label for="total"><i class="fa fa-globe" aria-hidden="true"></i>&nbsp; Top contributions</label>
<label for="total"><i class="fa fa-globe" aria-hidden="true"></i>&nbsp; Total</label>
<input id="server" type="radio" name="tabs">
<label for="server"><i class="fa fa-server" aria-hidden="true"></i>&nbsp; Zulip server</label>