Skip to content

Commit

Permalink
Update _alert.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 25, 2024
1 parent a8ba760 commit 3162f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scss/components/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
.jenkins-alert {
font-size: var(--font-size-sm);
padding: 15px;
margin-bottom: 20px;
margin-bottom: var(--section-padding);
border: var(--jenkins-border-width) solid transparent;
border-radius: 10px;
border-radius: var(--form-input-border-radius);

strong {
font-weight: 500;
Expand Down

0 comments on commit 3162f2f

Please sign in to comment.