fixed code wrapping on the build output page

This commit is contained in:
Brad Rydzewski 2014-02-26 00:07:50 -07:00
parent fa9d3c8277
commit 8f12bd8f80
2 changed files with 11 additions and 0 deletions

View file

@ -904,6 +904,11 @@ pre {
.build-details .commit-summary {
float: left;
}
.build-details .commit-summary dd {
overflow: hidden;
text-overflow: ellipsis;
max-width: 450px;
}
.build-details.affix {
top: 0px;
padding-top: 15px;

View file

@ -1057,6 +1057,12 @@ pre {
.commit-summary {
float:left;
dd {
overflow: hidden;
text-overflow: ellipsis;
max-width: 450px;
}
}
background:#FFF;