diff --git a/app/styles/crate/settings/new-trusted-publisher.module.css b/app/styles/crate/settings/new-trusted-publisher.module.css index 8ca8bd50eae..020fddccf53 100644 --- a/app/styles/crate/settings/new-trusted-publisher.module.css +++ b/app/styles/crate/settings/new-trusted-publisher.module.css @@ -1,9 +1,14 @@ +.form { + max-width: 600px; + margin: var(--space-m) auto; +} + .form-group, .buttons { margin: var(--space-m) 0; } .publisher-select { - max-width: 440px; + max-width: 600px; width: 100%; padding-right: var(--space-m); background-image: url("/assets/dropdown.svg"); @@ -19,7 +24,7 @@ } .input { - max-width: 440px; + max-width: 600px; width: 100%; } diff --git a/app/templates/crate/settings/new-trusted-publisher.hbs b/app/templates/crate/settings/new-trusted-publisher.hbs index 3bb1b667631..d6c993cc9d5 100644 --- a/app/templates/crate/settings/new-trusted-publisher.hbs +++ b/app/templates/crate/settings/new-trusted-publisher.hbs @@ -1,6 +1,6 @@ -

Add a new Trusted Publisher

+
+

Add a new Trusted Publisher

-
{{#let (unique-id) as |id|}} @@ -106,7 +106,7 @@
{{else}}
- The filename of the publishing workflow. This file should be present in the .github/workflows/ directory of the repository configured above. + The filename of the publishing workflow. This file should be present in the .github/workflows/ directory of the repository configured above. For example: release.yml or publish.yml.
{{/if}} {{/let}}