diff --git a/Maintenance/test_handling/testresult.css b/Maintenance/test_handling/testresult.css index 3240441f682..cb8c2cac745 100644 --- a/Maintenance/test_handling/testresult.css +++ b/Maintenance/test_handling/testresult.css @@ -4,7 +4,7 @@ P { width: 80ex } -TABLE.result { font-weight: bold; background-color: white; padding: 1em; } +TABLE.result { font-weight: bold; background-color: white; padding: 1em; table-layout: fixed;} TABLE.summary TD { white-space: nowrap }