Skip to content

Commit bc6ab0b

Browse files
tsnobipfhammerschmidt
authored andcommitted
use padding instead of margin for render panel
1 parent 2c172a9 commit bc6ab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RenderPanel.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let make = (~compilerState: CompilerManagerHook.state, ~clearLogs, ~runOutput) =
2525
None
2626
}, (compilerState, runOutput))
2727

28-
<div className="m-2">
28+
<div className="p-2">
2929
{validReact
3030
? React.null
3131
: React.string(

0 commit comments

Comments
 (0)