humanReadableNames in logPanel
[plstackapi.git] / planetstack / core / xoslib / static / css / xosAdminDashboard.css
index f4e8191..d707ffd 100644 (file)
     display: none;
 }
 
+#logPanel {
+    overflow-y: auto;
+    overflow-x: hidden;
+}
+
 #logTable {
     width: 100%;
+    white-space: nowrap;
 }
 
 #logTable tr {