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%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
#content code {
|
||||||
font-size: 11pt;
|
font-size: 9pt;
|
||||||
margin: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code strong {
|
#content .paginator-content {
|
||||||
|
margin: 0;
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content code strong {
|
||||||
background: #fee;
|
background: #fee;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$this->assets->setSubTitle('logs (' . $this->context->transport->name . ')');
|
$this->assets->setSubTitle('logs (' . $this->context->transport->name . ')');
|
||||||
|
$this->assets->addStylesheet('logs.css');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if (empty($this->context->transport->lines)): ?>
|
<?php if (empty($this->context->transport->lines)): ?>
|
||||||
|
|
Loading…
Reference in a new issue