diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 3906a9c2fd..f2c3df61c6 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -816,6 +816,7 @@ div#tablestatistics table { margin-top: 0.5em; margin-bottom: 0.5em; margin-: 0.5em; + min-width: 16em; } /* END table stats */ diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 4860c060ff..42752b5293 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1067,6 +1067,7 @@ div#tablestatistics table { margin-bottom: .5em; margin-: 1.5em; margin-top: .5em; + min-width: 16em; } /* END table stats */