Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 46d2228

Browse files
committed
remove unneeded class
- fixes tooltips being cut off in about section last line of text
1 parent 0b01414 commit 46d2228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/userPage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
257257
</a>
258258
<%}%>
259259
<% if(ob.page.profile.about) { %>
260-
<div class="js-userAbout margin0 flexContainer editableContent"><%= ob.page.profile.displayAbout %></div>
260+
<div class="js-userAbout margin0 editableContent"><%= ob.page.profile.displayAbout %></div>
261261
<%}else{%>
262262
<span class="textOpacity75"><%= polyglot.t('AboutEmpty') %></span>
263263
<%}%>

0 commit comments

Comments
 (0)