Skip to content

Commit

Permalink
Merge pull request #2266 from recena/JENKINS-31162-2
Browse files Browse the repository at this point in the history
[JENKINS-31162] Wrong spacing in flat mode
  • Loading branch information
daniel-beck committed Apr 25, 2016
2 parents 9f64248 + a99f51c commit 6f0eeab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions war/src/main/js/widgets/add/addform.less
Expand Up @@ -255,6 +255,7 @@

.categories.flat {
.category {
padding: 0 10px;
border-bottom: none;

.header {
Expand All @@ -263,11 +264,11 @@
}

.category:first-child {
padding-bottom: 0;
padding: 10px 10px 0 10px;
}

.category:last-child {
padding-top: 0;
padding: 0 10px 10px 10px;
}
}

Expand Down

0 comments on commit 6f0eeab

Please sign in to comment.