add css style

pull/1344/head
yann300 3 years ago committed by joseph izang
parent aac54c5db0
commit 5b2010f34b
  1. 2
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -274,7 +274,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
<div className="px-2">
<div>
<p className="my-2 debuggerLabel">Debugger Configuration</p>
<div className="mt-2 debuggerConfig custom-control custom-checkbox">
<div className="mt-2 mb-2 debuggerConfig custom-control custom-checkbox">
<input className="custom-control-input" id="debugGeneratedSourcesInput" onChange={({ target: { checked } }) => {
setState(prevState => {
return { ...prevState, opt: { debugWithGeneratedSources: checked } }

Loading…
Cancel
Save