Bastien Sevajol 12 years ago
parent
commit
31e680d921
1 changed files with 3 additions and 0 deletions
  1. 3 0
      web/css/main.css

+ 3 - 0
web/css/main.css View File

662
 ul.user_events_infos li.user_name
662
 ul.user_events_infos li.user_name
663
 {
663
 {
664
   text-transform : uppercase;
664
   text-transform : uppercase;
665
+  overflow: hidden;
666
+  text-overflow: ellipsis;
667
+  white-space: nowrap;
665
 }
668
 }
666
 
669
 
667
 div.seachboxcontainer
670
 div.seachboxcontainer