fix(dashboard): remove top PageHeader from Databases page to maximize vertical space
This commit is contained in:
@@ -72,13 +72,6 @@ export default function DataTablesPage() {
|
|||||||
minHeight: 0,
|
minHeight: 0,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div style={{ padding: "20px 24px" }}>
|
|
||||||
<PageHeader
|
|
||||||
title="Databases"
|
|
||||||
subtitle="Explore the raw schema and rows in your project databases."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: "grid",
|
display: "grid",
|
||||||
@@ -86,7 +79,6 @@ export default function DataTablesPage() {
|
|||||||
alignItems: "stretch",
|
alignItems: "stretch",
|
||||||
flex: 1,
|
flex: 1,
|
||||||
minHeight: 0,
|
minHeight: 0,
|
||||||
borderTop: `1px solid ${THEME.borderSoft}`,
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{/* ── Left rail ── */}
|
{/* ── Left rail ── */}
|
||||||
|
|||||||
Reference in New Issue
Block a user