use fixed width for stats tables

This commit is contained in:
Stephen Birarda 2015-08-24 18:10:21 -07:00
parent b8ac9aa5eb
commit 17befac262

View file

@ -63,7 +63,7 @@
} }
.jh-type-object, .jh-type-array { .jh-type-object, .jh-type-array {
width: 100%; table-layout: fixed;
border-collapse: collapse; border-collapse: collapse;
} }