Enable metrics display in player list

This commit is contained in:
Brian Miyaji
2014-04-29 15:06:46 +10:00
parent e40d6fd726
commit 11dad4ab23
2 changed files with 19 additions and 8 deletions

View File

@@ -145,6 +145,10 @@
font-family: monospace;
}
.sp-data-table-container {
overflow: auto;
}
table.widefat.sp-data-table img {
vertical-align: top;
}