Skip to content

Commit

Permalink
* Fixed JENKINS-29477
Browse files Browse the repository at this point in the history
  • Loading branch information
fishermans committed Nov 12, 2015
1 parent 11ce036 commit d8eb803
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 d8eb803

Please sign in to comment.