File tree 5 files changed +8
-7
lines changed
core/src/main/resources/hudson/model/Job
5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ THE SOFTWARE.
52
52
<j : set var =" descriptor" value =" ${it.descriptor}" />
53
53
<j : set var =" instance" value =" ${it}" />
54
54
55
- <div class =" jenkins-section jenkins-section--no-border jenkins-!-margin-top-6 " >
55
+ <div class =" jenkins-section jenkins-section--no-border jenkins-!-margin-top-3 " >
56
56
<f : entry title =" ${%Description}" help =" ${app.markupFormatter.helpUrl}" >
57
57
<f : textarea name =" description" value =" ${it.description}" codemirror-mode =" ${app.markupFormatter.codeMirrorMode}" codemirror-config =" ${app.markupFormatter.codeMirrorConfig}" previewEndpoint =" /markupFormatter/previewDescription" />
58
58
</f : entry >
Original file line number Diff line number Diff line change 2
2
display : flex ;
3
3
align-items : center ;
4
4
justify-content : space-between ;
5
- margin-bottom : var (--section-padding );
5
+ margin-bottom : 0.875rem ;
6
+ min-height : 2.875rem ;
6
7
gap : var (--section-padding );
7
8
flex-wrap : wrap ;
8
9
58
59
& ::after {
59
60
content : " " ;
60
61
position : absolute ;
61
- inset : calc (var (--header-height ) * -1 ) calc ( var ( --section-padding ) * -1 )
62
- calc (var (--section-padding ) * -1 );
62
+ inset : calc (var (--header-height ) * -1 )
63
+ calc (var (--section-padding ) * -1 ) -0.875 rem ;
63
64
z-index : -1 ;
64
65
pointer-events : none ;
65
66
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $background-outset: 0.7rem;
31
31
}
32
32
33
33
& > #tasks > .jenkins-search-container {
34
- margin : calc ( var ( --section-padding ) * -0.5 ) #{- $background-outset } 1rem ;
34
+ margin : 0 #{- $background-outset } 1rem ;
35
35
36
36
.jenkins-search__icon {
37
37
width : 2.8rem ;
Original file line number Diff line number Diff line change 7
7
.jenkins-page-description {
8
8
font-size : 0.9375rem ;
9
9
color : var (--text-color-secondary );
10
- margin : calc ( var ( --section-padding ) * -0.25 ) 0 var (--section-padding ) 0 ;
10
+ margin : 0 0 var (--section-padding ) 0 ;
11
11
line-height : 1.66 ;
12
12
}
13
13
Original file line number Diff line number Diff line change 150
150
}
151
151
152
152
& --app-bar {
153
- --search-bar-height : 3 rem ;
153
+ --search-bar-height : 2.875 rem ;
154
154
155
155
width : 100% ;
156
156
margin-block : -5px ;
You can’t perform that action at this time.
0 commit comments