Skip to content

Commit

Permalink
Fix appearance of sections in samples (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik authored Jan 20, 2025
1 parent 3bc47f2 commit 87d9d58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/scss/components/_component-sample.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@

/* Component preview styling */

& > form > div > .jenkins-section {
border-top: none;
padding-top: 0;
}

.jenkins-card {
margin-bottom: 0;
}
Expand Down

0 comments on commit 87d9d58

Please sign in to comment.