fix: namespace mini-repl styles
This commit is contained in:
parent
ec611aac45
commit
7ad0ec1600
2 changed files with 8 additions and 8 deletions
|
|
@ -51,7 +51,7 @@ export function MiniRepl({
|
|||
.catch((err) => console.error(err));
|
||||
}, []);
|
||||
return Repl ? (
|
||||
<div className="mb-4">
|
||||
<div className="mb-4 mini-repl">
|
||||
<Repl
|
||||
tune={tune}
|
||||
hideOutsideView={true}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue