Skip to content

Commit

Permalink
Merge pull request #92 from fishermans/master
Browse files Browse the repository at this point in the history
[Fixed JENKINS-29477]
  • Loading branch information
dalvizu committed Nov 23, 2015
2 parents 77a1a2f + d8eb803 commit b5d8f52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/webapp/css/main.css
Expand Up @@ -13,7 +13,7 @@
margin-left: auto;
margin-right: auto;
padding: 10px;

overflow: auto;
}

/******************** popup ***************************/
Expand Down Expand Up @@ -152,7 +152,6 @@ table.build-card div.header a {

.build-card {
width: 100%;
table-layout: fixed;
}

.build-card .build-body {
Expand Down Expand Up @@ -369,3 +368,7 @@ a:hover {
.hidden {
display: none;
}

#main-panel {
position: relative;
}

0 comments on commit b5d8f52

Please sign in to comment.