Small UI fix

This commit is contained in:
Joseph Schorr 2015-08-07 15:35:58 -04:00
parent fc74b9569b
commit 76e1490d8f
2 changed files with 3 additions and 2 deletions

View file

@ -83,11 +83,12 @@
}
.logs-view-element .log .log-description code {
max-width: 300px;
max-width: 200px;
display: inline-block;
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.logs-view-element .log-performer {