fix bottom margin on FF

This commit is contained in:
Matthew Hodgson 2016-01-21 00:39:10 +00:00
parent 4d549304b6
commit eab0ca8716

View file

@ -378,6 +378,8 @@ module.exports = React.createClass({
{invitedSection} {invitedSection}
</GeminiScrollbar> </GeminiScrollbar>
<div className="mx_MemberList_bottom"> <div className="mx_MemberList_bottom">
<div className="mx_MemberList_bottomRule">
</div>
</div> </div>
</div> </div>
); );