add border to tables and fix acesss page title spacing

This commit is contained in:
Milo Schwartz
2024-11-24 23:07:09 -05:00
parent 93fb5e2766
commit 6abc80aa7a
9 changed files with 36 additions and 37 deletions

View File

@@ -305,7 +305,7 @@ export default function ResourceAuthenticationPage() {
/>
)}
<div className="space-y-12">
<div className="space-y-12 lg:max-w-2xl">
<section className="space-y-8">
<SettingsSectionTitle
title="Users & Roles"
@@ -460,7 +460,7 @@ export default function ResourceAuthenticationPage() {
<Separator />
<section className="space-y-8 lg:max-w-2xl">
<section className="space-y-8">
<SettingsSectionTitle
title="Authentication Methods"
description="Allow anyone to access the resource via the below methods"

View File

@@ -368,7 +368,7 @@ export default function ReverseProxyTargets(props: {
</div>
</section>
<hr />
<hr className="lg:max-w-2xl"/>
<section className="space-y-8">
<SettingsSectionTitle