Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #218 from tojonmz/short-row-support
Browse files Browse the repository at this point in the history
Bug 1077635 - Draw low-count job rows with consistent table appearance
  • Loading branch information
camd committed Oct 6, 2014
2 parents 66d22cd + 6ffc69c commit 90249ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/app/css/treeherder.css
Expand Up @@ -361,6 +361,10 @@ th-watched-repo {
padding-right: 0;
}

.job-list-pad-left table {
width: 100%;
}

.job-list-pad-left table tr {
border-bottom: 1px dotted lightgrey;
}
Expand Down

0 comments on commit 90249ce

Please sign in to comment.