set max-width

This commit is contained in:
Hemachandar
2025-10-01 21:18:31 +05:30
parent ae92c182c0
commit 55344f207a
@@ -52,14 +52,14 @@
</script>
<section class="container" style="display: grid; place-items: center;">
<Layout.Stack gap="l" alignItems="center" style="width: 500px;">
<Layout.Stack gap="l" alignItems="center" style="max-width: 500px;">
{#if error}
<Badge type="error" variant="secondary" content={error} />
{/if}
{#if success}
<Badge type="success" variant="secondary" content={success} />
{/if}
<Typography.Title size="l" align="center" variant="m-500">
<Typography.Title size="l" align="center">
The deployment for pull request #{providerPullRequestId}
is awaiting approval. When authorized, deployments will be started.
</Typography.Title>