Skip to content

Commit 6f0eeab

Browse files
committedApr 25, 2016
Merge pull request #2266 from recena/JENKINS-31162-2
[JENKINS-31162] Wrong spacing in flat mode
2 parents 9f64248 + a99f51c commit 6f0eeab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎war/src/main/js/widgets/add/addform.less

+3-2
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255

256256
.categories.flat {
257257
.category {
258+
padding: 0 10px;
258259
border-bottom: none;
259260

260261
.header {
@@ -263,11 +264,11 @@
263264
}
264265

265266
.category:first-child {
266-
padding-bottom: 0;
267+
padding: 10px 10px 0 10px;
267268
}
268269

269270
.category:last-child {
270-
padding-top: 0;
271+
padding: 0 10px 10px 10px;
271272
}
272273
}
273274

0 commit comments

Comments
 (0)
Please sign in to comment.