Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-28455] Build History badges don't wrap
  • Loading branch information
tfennelly committed May 18, 2015
1 parent 69a9938 commit 35eb8ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions war/src/main/webapp/css/style.css
Expand Up @@ -1037,6 +1037,10 @@ table.parameters > tbody:hover {
width: 70%;
text-align: right;
}
.build-row-cell .build-badge span:after {
content: " ";
font-size: 0%;
}
.build-row .build-name-controls .pane.build-name,
.build-row .build-details-controls .pane.build-details {
width: 70%;
Expand Down

0 comments on commit 35eb8ac

Please sign in to comment.