improve conversation view

Change-Id: I63189d0b61d45e659ac7618a977282f7b4500753
diff --git a/client/src/components/ContactList.js b/client/src/components/ContactList.js
index 50b773d..ad75783 100644
--- a/client/src/components/ContactList.js
+++ b/client/src/components/ContactList.js
@@ -4,9 +4,11 @@
 class ContactList extends React.Component {
     render() {
         return (
+            <div className="rooms-list">
             <List>
 
             </List>
+            </div>
         )
     }
 }