Browse Source

Minor - ui change add "..." if text is too long

jmontoyaa 7 years ago
parent
commit
887d51f274
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Resources/public/css/base.css

+ 3 - 0
app/Resources/public/css/base.css

@@ -4969,6 +4969,9 @@ div#chat-remote-video video {
     height: 32px;
     line-height: 23px;
     max-width: 80%;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 .grid-courses .items .cribbon{
     width: 0;