Tweaked style means we can have 100% width (well 99% otherwise we gain a horizontal scrollbar)
							parent
							
								
									1507b39940
								
							
						
					
					
						commit
						37f1b4ba8a
					
				|  | @ -694,7 +694,7 @@ module.exports = React.createClass({ | |||
|             var self = this; | ||||
|             if (prevEvent && prevEvent.getId() == this.state.readReceiptEventId) { | ||||
|                 var hr; | ||||
|                 hr = (<hr className="mx_RoomView_myReadMarker" style={{opacity: 1, width: '85%'}} ref={function(n) { | ||||
|                 hr = (<hr className="mx_RoomView_myReadMarker" style={{opacity: 1, width: '99%'}} ref={function(n) { | ||||
|                     self.readMarkerNode = n; | ||||
|                 }} />); | ||||
|                 readMarkerIndex = ret.length; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker