diff --git a/js/ui/components/telepathyClient.js b/js/ui/components/telepathyClient.js index b07ea9516..8d4520d32 100644 --- a/js/ui/components/telepathyClient.js +++ b/js/ui/components/telepathyClient.js @@ -967,7 +967,8 @@ const ChatNotification = new Lang.Class({ let timeLabel = this._append({ body: this._formatTimestamp(lastMessageDate), group: 'meta', styles: ['chat-meta-message'], - childProps: { expand: true, x_fill: false }, + childProps: { expand: true, x_fill: false, + x_align: St.Align.END }, noTimestamp: true, timestamp: lastMessageTime });