allow to register name

Change-Id: I72862e179253cdc9af4c8c381282745281f9c9d8
diff --git a/client/src/index.scss b/client/src/index.scss
index 05a3129..7c2adbe 100644
--- a/client/src/index.scss
+++ b/client/src/index.scss
@@ -36,10 +36,19 @@
   grid-area: m;
   display: flex;
   flex-direction: column;
+  overflow: hidden;
 }
 
 .conversation-header {
   grid-area: h;
+  display: flex;
+  align-items: center;
+  padding-right: 8px;
+
+  .title, .subtitle {
+    overflow: hidden;
+    text-overflow: ellipsis;
+  }
 }
 
 .send-message-form {