Removed text wrap from log

This commit is contained in:
Marcin Kurczewski 2014-05-19 21:52:20 +02:00
parent 326e7acb4b
commit 0947858ffc
2 changed files with 12 additions and 4 deletions

View file

@ -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;
}

View file

@ -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)): ?>