diff --git a/web/styles/inbox.css b/web/styles/inbox.css
index 9006e6883c..f315998bc7 100644
--- a/web/styles/inbox.css
+++ b/web/styles/inbox.css
@@ -257,10 +257,11 @@
}
.user-circle {
- /* size of the user activity circle */
- /* 6px at 15px/1em */
- min-width: 0.4em;
- height: 0.4em;
+ /* TODO: Refactor inbox rows to use grid, to avoid the
+ min-width here that holds the other rows to similar
+ columns. */
+ min-width: 1em;
+ font-size: 0.5333em;
margin-right: 5px;
top: 0;
}
diff --git a/web/templates/inbox_view/inbox_row.hbs b/web/templates/inbox_view/inbox_row.hbs
index ec271c286c..1005f02544 100644
--- a/web/templates/inbox_view/inbox_row.hbs
+++ b/web/templates/inbox_view/inbox_row.hbs
@@ -14,7 +14,7 @@
{{else if is_group}}
{{else}}
-
+
{{/if}}
{{{rendered_dm_with}}}