diff --git a/bigbluebutton-html5/app/client/stylesheets/chat.less b/bigbluebutton-html5/app/client/stylesheets/chat.less
index bf2927acb471daf922bf4110977a6983097dbda4..97e79f03f1ad3c6a60de60dc845225f51838337e 100755
--- a/bigbluebutton-html5/app/client/stylesheets/chat.less
+++ b/bigbluebutton-html5/app/client/stylesheets/chat.less
@@ -76,6 +76,19 @@
 .chatNameSelectorPrivate {
   .chatNameSelector;
   width:90%;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  @media @landscape {
+    height: 20px;
+  }
+  @media @desktop-portrait {
+    height: 25px;
+    font-size: 2vh;
+  }
+  @media @mobile-portrait, @mobile-portrait-with-keyboard {
+    font-size: 4vw;
+  }
 }
 
 .chatNameSelectorPublic {
diff --git a/bigbluebutton-html5/app/client/stylesheets/style.less b/bigbluebutton-html5/app/client/stylesheets/style.less
index 78c007995937d4563fc5e74721bd69d8ae2627a0..e734fa7d5b76905353e61b8906b7f59131b063e1 100755
--- a/bigbluebutton-html5/app/client/stylesheets/style.less
+++ b/bigbluebutton-html5/app/client/stylesheets/style.less
@@ -449,7 +449,7 @@ body {
   }
 }
 
-.glyphicon, .ion-android-hand {
+.glyphicon, .ion-android-hand, .ion-easel {
   @media @mobile-portrait-with-keyboard, @mobile-portrait {
     font-size: 35px;
   }