Quellcode durchsuchen

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

jmontoyaa vor 7 Jahren
Ursprung
Commit
887d51f274
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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;
     height: 32px;
     line-height: 23px;
     line-height: 23px;
     max-width: 80%;
     max-width: 80%;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
 }
 }
 .grid-courses .items .cribbon{
 .grid-courses .items .cribbon{
     width: 0;
     width: 0;