File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ .form {
2
+ max-width : 600px ;
3
+ margin : var (--space-m ) auto;
4
+ }
5
+
1
6
.form-group , .buttons {
2
7
margin : var (--space-m ) 0 ;
3
8
}
4
9
5
10
.publisher-select {
6
- max-width : 440 px ;
11
+ max-width : 600 px ;
7
12
width : 100% ;
8
13
padding-right : var (--space-m );
9
14
background-image : url ("/assets/dropdown.svg" );
19
24
}
20
25
21
26
.input {
22
- max-width : 440 px ;
27
+ max-width : 600 px ;
23
28
width : 100% ;
24
29
}
25
30
Original file line number Diff line number Diff line change 1
- <h2 >Add a new Trusted Publisher</h2 >
1
+ <form local-class =" form" {{ on " submit" (prevent-default (perform this.saveConfigTask ))}} >
2
+ <h2 >Add a new Trusted Publisher</h2 >
2
3
3
- <form {{ on " submit" (prevent-default (perform this.saveConfigTask ))}} >
4
4
<div local-class =" form-group" >
5
5
{{ #let (unique-id ) as |id |}}
6
6
<label for ={{ id }} class =" form-group-name" >Publisher</label >
You can’t perform that action at this time.
0 commit comments