fix: JSON column configuration overlapping fields

This commit is contained in:
Anish Roy
2023-05-05 15:44:41 +05:30
parent bd7ef2eb3b
commit 20f54ed3b0

View File

@@ -83,7 +83,7 @@ export default function Json({
sx={{
minHeight: 32,
mt: -32 / 8,
".MuiPopover-root &": { mt: 0 }, // Dont have margins in popover cell
".MuiPopover-root & , .MuiDialog-root &": { mt: 0 }, // Dont have margins in popover cell and dialog
"& .MuiTabs-flexContainer": {
justifyContent: "flex-end",