Skip to content

Commit

Permalink
Support longer build history display names
Browse files Browse the repository at this point in the history
This increases the margin between the build status icon and the display name. It borrows 5% of width from the `.build-details` div so they're further apart and can support longer build number names.
  • Loading branch information
rossey authored Sep 5, 2016
1 parent 1253d5b commit ef6b2aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,15 @@ pre {
}
}
}

.build-row-cell .pane {
.build-controls {
width: 25%!important;
}
.build-details {
width: 45%!important;
}
.build-name .display-name {
margin-left: 35%!important;
}
}

0 comments on commit ef6b2aa

Please sign in to comment.