Some vertical margin in enhanced logs

This commit is contained in:
muzam1l
2022-03-04 20:37:07 +05:30
parent 6b9a9ef978
commit 2e3a0e557e

View File

@@ -118,6 +118,7 @@ const LogBox: FC<ILogBox> = ({ title, clearLog, logs, children, renderNav, enhan
},
},
p: enhanced ? "$1" : undefined,
my: enhanced ? "$1" : undefined,
}}
>
<Log {...log} />