Skip to content

Commit 55344f2

Browse files
committed
set max-width
1 parent ae92c18 commit 55344f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/routes/(authenticated)/git/authorize-contributor

src/routes/(authenticated)/git/authorize-contributor/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
</script>
5353

5454
<section class="container" style="display: grid; place-items: center;">
55-
<Layout.Stack gap="l" alignItems="center" style="width: 500px;">
55+
<Layout.Stack gap="l" alignItems="center" style="max-width: 500px;">
5656
{#if error}
5757
<Badge type="error" variant="secondary" content={error} />
5858
{/if}
5959
{#if success}
6060
<Badge type="success" variant="secondary" content={success} />
6161
{/if}
62-
<Typography.Title size="l" align="center" variant="m-500">
62+
<Typography.Title size="l" align="center">
6363
The deployment for pull request #{providerPullRequestId}
6464
is awaiting approval. When authorized, deployments will be started.
6565
</Typography.Title>

0 commit comments

Comments
 (0)