Skip to content

Commit

Permalink
Fix avatar deformation when all widgets are on the left (ppoffice#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunfung authored and ppoffice committed Apr 26, 2019
1 parent 5fe85db commit 0b83aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/widget/profile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="level-item has-text-centered">
<div>
<% if (get_config_from_obj(widget, 'avatar_rounded')) { %>
<figure class="image container is-128x128 has-mb-6">
<figure class="image is-128x128 has-mb-6">
<img class="is-rounded" src="<%= avatar() %>" alt="<%= get_config_from_obj(widget, 'author') %>">
</figure>
<% } else { %>
Expand Down

0 comments on commit 0b83aaf

Please sign in to comment.