From e4b2351b4236e403b3b45761dc2f79ed712fc0ed Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 29 Nov 2014 12:53:19 -0600 Subject: [PATCH] Removed extraneous space --- views/options/social/chat-message.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/social/chat-message.jade b/views/options/social/chat-message.jade index de6a425bcc..3014b75aa0 100644 --- a/views/options/social/chat-message.jade +++ b/views/options/social/chat-message.jade @@ -10,7 +10,7 @@ mixin chatMessages(inbox) span(ng-class='userAdminGlyphiconStyleFromLevel(message.contributor.level)') // this invisible username label is here to push the message text far enough right that the visible label can be floated to this point without covering up any of the text markdown(ng-model='::message.text') - | - + | - span.muted.time(from-now='::message.timestamp') unless inbox span