From 37f1b4ba8a884690e93a868655f4eac02be0cd0c Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 12 Jan 2016 14:13:42 +0000 Subject: [PATCH] Tweaked style means we can have 100% width (well 99% otherwise we gain a horizontal scrollbar) --- src/components/structures/RoomView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 2e6ebd2933..5df5a1044e 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -694,7 +694,7 @@ module.exports = React.createClass({ var self = this; if (prevEvent && prevEvent.getId() == this.state.readReceiptEventId) { var hr; - hr = (
); readMarkerIndex = ret.length;