Skip to content

Commit 87d9d58

Browse files
authored
Fix appearance of sections in samples (jenkinsci#390)
1 parent 3bc47f2 commit 87d9d58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/scss/components/_component-sample.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030

3131
/* Component preview styling */
3232

33+
& > form > div > .jenkins-section {
34+
border-top: none;
35+
padding-top: 0;
36+
}
37+
3338
.jenkins-card {
3439
margin-bottom: 0;
3540
}

0 commit comments

Comments
 (0)