From e0e1ecafe2c96f9aa3cbf7c22b9e7dc31e892a15 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 25 Feb 2016 23:13:57 +0100 Subject: [PATCH] fix table layout of the result table --- Maintenance/test_handling/testresult.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }