More SSH management.
[cas.git] / src / cas / static / css / main.css
index 134f3bf..1329ac0 100644 (file)
@@ -135,5 +135,10 @@ footer, #content_push {
 }
 
 code.key {
-    word-wrap: break-word;
+    white-space: nowrap;
+    width: 100%;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display: block;
+    color: #666;
 }