Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit f47f7c2

Browse files
authored
Merge pull request #474 from OpenBazaar/patchModeratorCard
Fix moderator card layout
2 parents 6a5fc73 + 2e2309e commit f47f7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/templates/moderatorCard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%>
55

66
<div class="moderatorCardInner js-moderatorCard flexRow gutterH clrP <% if(!ob.valid) print('disabled'); if(!loaded) print('disabled');%>">
7-
<div>
7+
<div class="flexNoShrink">
88
<a class="userIcon disc clrBr2 clrSh1" style="<%= ob.getAvatarBgImage(ob.avatarHashes) %>"></a>
99
</div>
1010
<div class="moderatorCardMiddle">
@@ -39,7 +39,7 @@
3939
</div>
4040
<% } %>
4141
</div>
42-
<div>
42+
<div class="flexNoShrink">
4343
<% if (ob.valid) { %>
4444
<div class="flexColRows gutterV">
4545
<button class="btn clrP clrBr selectBtn js-viewBtn">

0 commit comments

Comments
 (0)