[dyad] Increased schema vertical padding - wrote 1 file(s)
This commit is contained in:
@@ -140,7 +140,7 @@ const SchemaObjectRenderer = ({
|
|||||||
|
|
||||||
const content = (
|
const content = (
|
||||||
<div
|
<div
|
||||||
className={`inline-grid grid-cols-1 ${gridClasses} items-start gap-x-4 gap-y-1.5`}
|
className={`inline-grid grid-cols-1 ${gridClasses} items-start gap-x-4 gap-y-4`}
|
||||||
>
|
>
|
||||||
{Object.entries(data).map(([key, value]) => {
|
{Object.entries(data).map(([key, value]) => {
|
||||||
if (key === "@context") return null;
|
if (key === "@context") return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user