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",
|
flexDirection: "column",
|
||||||
flex: 1,
|
flex: 1,
|
||||||
minHeight: 0,
|
minHeight: 0,
|
||||||
|
overflow: "hidden",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
@@ -298,14 +299,11 @@ export default function DataTablesPage() {
|
|||||||
<aside
|
<aside
|
||||||
style={{ minWidth: 0, display: "flex", flexDirection: "column" }}
|
style={{ minWidth: 0, display: "flex", flexDirection: "column" }}
|
||||||
>
|
>
|
||||||
<Card
|
<div
|
||||||
padding={16}
|
|
||||||
style={{
|
style={{
|
||||||
flex: 1,
|
flex: 1,
|
||||||
minHeight: "calc(100vh - 150px)",
|
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
padding: 16,
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{selection?.kind === "table" && (
|
{selection?.kind === "table" && (
|
||||||
@@ -332,7 +330,7 @@ export default function DataTablesPage() {
|
|||||||
Select a table on the left to preview data.
|
Select a table on the left to preview data.
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</Card>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user