Skip to content

Commit

Permalink
Fix lint on default branch (#9472)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jul 15, 2024
1 parent 678f1ab commit 9526f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/scss/form/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
font-weight: var(--form-label-font-weight);
margin-top: 0;
margin-bottom: 0.5rem;
padding-inline: 0 0;
padding-inline: 0;
}

.jenkins-form-description {
Expand Down

0 comments on commit 9526f91

Please sign in to comment.