mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Removed extraneous space
This commit is contained in:
parent
223cac838e
commit
e4b2351b42
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue