fix table layout of the result table

This commit is contained in:
Andreas Fabri 2016-02-25 23:13:57 +01:00
parent 80654639c2
commit e0e1ecafe2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ P {
width: 80ex 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 } TABLE.summary TD { white-space: nowrap }