Skip to content

Commit cf1dc3c

Browse files
committed
Fix formatting violations (Prettier/Stylelint)
1 parent 8de1d36 commit cf1dc3c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/main/scss/form/_layout.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
text-wrap: pretty;
1212
}
1313

14-
.jenkins-app-bar+.jenkins-page-description {
14+
.jenkins-app-bar + .jenkins-page-description {
1515
margin-top: -0.5rem;
1616
}
1717

@@ -33,14 +33,15 @@
3333
// (eg Global Credentials' Verify Configuration button being hidden by the floating submit bar)
3434
&::after {
3535
content: " ";
36+
3637
/* Older browser do not support empty content */
3738
visibility: hidden;
3839
display: block;
3940
height: 0;
4041
clear: both;
4142
}
4243

43-
&--tight+.jenkins-form-item--tight {
44+
&--tight + .jenkins-form-item--tight {
4445
margin-top: -0.9rem;
4546
}
4647

@@ -200,4 +201,4 @@
200201
font-weight: var(--font-bold-weight);
201202
}
202203
}
203-
}
204+
}

src/main/scss/form/_select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
&:disabled {
7272
pointer-events: none;
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)