Removed text wrap from log
This commit is contained in:
parent
326e7acb4b
commit
0947858ffc
2 changed files with 12 additions and 4 deletions
|
@ -7,11 +7,18 @@
|
|||
max-width: 50%;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 11pt;
|
||||
margin: 0;
|
||||
#content code {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
code strong {
|
||||
#content .paginator-content {
|
||||
margin: 0;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#content code strong {
|
||||
background: #fee;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
$this->assets->setSubTitle('logs (' . $this->context->transport->name . ')');
|
||||
$this->assets->addStylesheet('logs.css');
|
||||
?>
|
||||
|
||||
<?php if (empty($this->context->transport->lines)): ?>
|
||||
|
|
Loading…
Reference in a new issue