Fix wrapping on update detail page

Sometimes we get massively long lines from the update script
(particularly if there's an error) so ensure that long lines get
wrapped.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-10-01 16:31:01 +13:00
parent 8bb62fb82d
commit 3cc90cde35

View File

@ -267,6 +267,7 @@ td.info {
background-color: transparent; background-color: transparent;
border-style: none; border-style: none;
padding: 0; padding: 0;
white-space: pre-wrap;
} }
.td-pre { .td-pre {