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

pull/2487/head
jmontoyaa 7 years ago
parent 3666fd7c20
commit 887d51f274
  1. 3
      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;

Loading…
Cancel
Save