##// END OF EJS Templates
Harden whitespace in log messages to show newlines, tabs, and spaces....
Harden whitespace in log messages to show newlines, tabs, and spaces. Due to the additional and inconsistent height of log messages, the other columns are vertically aligned to the top rather than the middle.

File last commit:

r17:f8748dc5
r45:5967ee78
Show More
front_app.less
26 lines | 823 B | text/x-less | LessCssLexer
@import "vendors/less/bootstrap.less";
@import (inline) "vendors/font-awesome.min.css";
@import (inline) "vendors/c3.css";
@import "front_shared.less";
@import "sections/applications.css.less";
@import "sections/dashboard.css.less";
@import "sections/front_dashboard.css.less";
@import "sections/logs.css.less";
@import "sections/register.css.less";
@import "sections/reports.css.less";
@import "sections/slow_reports.css.less";
@import "sections/uptime.css.less";
@import "sections/integrations.css.less";
@import "sections/events.css.less";
@import "sections/user.css.less";
@import "sections/admin/main.css.less";
@import "sections/admin/users.css.less";
@import "codehilite.css.less";
@import "json.human.css.less";
@media (min-width: 1200px) {
.container {
width: 100%;
max-width: 1600px;
}
}