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

View file

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