Skip to content

Commit

Permalink
reduced the line height for stack traces for #267
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 19, 2013
1 parent 27a7506 commit e4bbede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/log/html/logs.html
Expand Up @@ -54,7 +54,7 @@
<dt>Stack Trace:</dt>
<dd>
<ul ng-repeat="line in row.exception">
<li ng-bind-html-unsafe="formatException(line)"></li>
<li class="stacktrace" ng-bind-html-unsafe="formatException(line)"></li>
</ul>
</dd>
</dl>
Expand Down
4 changes: 4 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -1049,3 +1049,7 @@ div.hawtio-form-tabs ul.nav-tabs li.active a {
.popover {
width: auto;
}

li.stacktrace {
line-height: 10px;
}

0 comments on commit e4bbede

Please sign in to comment.