diff --git a/assets/wire/components/WireListItem.jsx b/assets/wire/components/WireListItem.jsx index e8fedaac8..b252ae0e4 100644 --- a/assets/wire/components/WireListItem.jsx +++ b/assets/wire/components/WireListItem.jsx @@ -98,7 +98,10 @@ class WireListItem extends React.Component { {!isExtended && ( - + + +
+
)} {item.headline} @@ -124,7 +127,7 @@ class WireListItem extends React.Component {
- {this.wordCount} {gettext('words')} + {this.wordCount} {gettext('words')}
] )}