diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-09 10:46:15 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-09 12:47:42 +0200 |
commit | 967ac65586b32543c77c68ba9d2e043d061ac549 (patch) | |
tree | 2dc38034d5d768cd724704cc31cfcc4b926a521a | |
parent | Show call invites in the message table (diff) | |
download | synapse-967ac65586b32543c77c68ba9d2e043d061ac549.tar.xz |
BF: Made the grey background of the current room cover all the cell width
-rw-r--r-- | webclient/recents/recents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html index 4972e401f6..4726b61cb3 100644 --- a/webclient/recents/recents.html +++ b/webclient/recents/recents.html @@ -17,7 +17,7 @@ </tr> <tr> - <td colspan="2" class="recentsRoomSummary"> + <td colspan="3" class="recentsRoomSummary"> <div ng-show="room.membership === 'invite'"> {{ room.lastMsg.inviter | mUserDisplayName: room.room_id }} invited you |