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+
16.form-group , .buttons {
27 margin : var (--space-m ) 0 ;
38}
49
510.publisher-select {
6- max-width : 440 px ;
11+ max-width : 600 px ;
712 width : 100% ;
813 padding-right : var (--space-m );
914 background-image : url ("/assets/dropdown.svg" );
1924}
2025
2126.input {
22- max-width : 440 px ;
27+ max-width : 600 px ;
2328 width : 100% ;
2429}
2530
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 >
23
3- <form {{ on " submit" (prevent-default (perform this.saveConfigTask ))}} >
44 <div local-class =" form-group" >
55 {{ #let (unique-id ) as |id |}}
66 <label for ={{ id }} class =" form-group-name" >Publisher</label >
You can’t perform that action at this time.
0 commit comments