Fix avatar deformation when all widgets are on the left (#454)

This commit is contained in:
Arun 2019-04-27 01:58:19 +08:00 committed by Ruipeng Zhang
parent 3d79ef662b
commit 150f0a7539
1 changed files with 1 additions and 1 deletions

View File

@ -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 { %>