We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c1846 commit 57b329cCopy full SHA for 57b329c
web/app/pages/Project/tabs/Alerts/ProjectAlertsSettings.tsx
@@ -387,7 +387,7 @@ const ProjectAlertsSettings = ({
387
</Text>
388
}
389
/>
390
- <form className='w-full py-4' onSubmit={handleSubmit}>
+ <form className='w-full pb-4' onSubmit={handleSubmit}>
391
{!authLoading && !isIntegrationLinked ? (
392
<div className='mt-2 flex items-center rounded-sm bg-blue-50 px-5 py-3 text-base whitespace-pre-wrap dark:bg-slate-800 dark:text-gray-50'>
393
<ExclamationTriangleIcon className='mr-1 h-5 w-5' />
0 commit comments