mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
set max-width
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user