mirror of https://github.com/zulip/zulip.git
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:
parent
6bed6ccdcf
commit
c0f5ac801d
|
@ -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> Top contributions</label>
|
||||
<label for="total"><i class="fa fa-globe" aria-hidden="true"></i> Total</label>
|
||||
|
||||
<input id="server" type="radio" name="tabs">
|
||||
<label for="server"><i class="fa fa-server" aria-hidden="true"></i> Zulip server</label>
|
||||
|
|
Loading…
Reference in New Issue