summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view')
-rw-r--r--webapp/components/post_view/components/post_header.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/components/post_header.jsx b/webapp/components/post_view/components/post_header.jsx
index 3c94f0bcb..727b005e7 100644
--- a/webapp/components/post_view/components/post_header.jsx
+++ b/webapp/components/post_view/components/post_header.jsx
@@ -52,7 +52,7 @@ export default class PostHeader extends React.Component {
}
if (this.props.compactDisplay) {
- colon = (<strong>{':'}</strong>);
+ colon = (<strong className='colon'>{':'}</strong>);
}
return (