mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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:
parent
8bb62fb82d
commit
3cc90cde35
|
@ -267,6 +267,7 @@ td.info {
|
|||
background-color: transparent;
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.td-pre {
|
||||
|
|
Loading…
Reference in New Issue
Block a user