]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/style.css
Fixing issue with long player nicks, fixes #1313
[xonotic/xonstat.git] / xonstat / static / css / style.css
index 7a7c6b12f3ecc37e90803bdbfce5eafee0de39fe..9eb3914fd253f25ff7e8c81dbb82765a55a0fe23 100755 (executable)
@@ -3543,3 +3543,8 @@ header h2 { display:none; }
   float: left;
 }
 
+.player-nick {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}