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 3d9329b commit 952a718Copy full SHA for 952a718
warehouse/templates/accounts/profile.html
@@ -24,13 +24,14 @@
24
<img src="{{ gravatar(request, user.email, size=225) }}" alt="{{ alt }}" title="{{ alt }}">
25
<div class="author-profile__info">
26
{% if user.name %}
27
- <h1 class="author-profile__name">{{ user.name }}</h1>
+ <h1 class="author-profile__name break">{{ user.name }}</h1>
28
{% endif %}
29
<div class="author-profile__meta">
30
<p>
31
<i class="fa fa-user-circle" aria-hidden="true"></i>
32
<span class="sr-only">{% trans %}Username{% endtrans %}</span>
33
- {{ user.username }}
+
34
+ <span class="break">{{ user.username }}</span>
35
</p>
36
{% if user.date_joined %}
37
0 commit comments