fix(dashboard): fix double borders and corner masking issue on databases page
This commit is contained in:
@@ -70,6 +70,7 @@ export default function DataTablesPage() {
|
||||
flexDirection: "column",
|
||||
flex: 1,
|
||||
minHeight: 0,
|
||||
overflow: "hidden",
|
||||
}}
|
||||
>
|
||||
<div
|
||||
@@ -298,14 +299,11 @@ export default function DataTablesPage() {
|
||||
<aside
|
||||
style={{ minWidth: 0, display: "flex", flexDirection: "column" }}
|
||||
>
|
||||
<Card
|
||||
padding={16}
|
||||
<div
|
||||
style={{
|
||||
flex: 1,
|
||||
minHeight: "calc(100vh - 150px)",
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
padding: 16,
|
||||
}}
|
||||
>
|
||||
{selection?.kind === "table" && (
|
||||
@@ -332,7 +330,7 @@ export default function DataTablesPage() {
|
||||
Select a table on the left to preview data.
|
||||
</div>
|
||||
)}
|
||||
</Card>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user