missing denugger commit

pull/2832/head
lianahus 2 years ago committed by Aniket
parent 5a16c95518
commit e3f1b6fbf3
  1. 1
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx
  2. 2
      libs/remix-ui/debugger-ui/src/lib/tx-browser/tx-browser.tsx
  3. 2
      libs/remix-ui/solidity-unit-testing/src/lib/css/style.css

@ -350,7 +350,6 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
<Toaster message={state.toastMessage} />
<div className="px-2" ref={debuggerTopRef}>
<div>
<p className="my-2 debuggerLabel">Debugger Configuration</p>
<div className="mt-2 mb-2 debuggerConfig custom-control custom-checkbox">
<input className="custom-control-input" id="debugGeneratedSourcesInput" onChange={({ target: { checked } }) => {
setState(prevState => {

@ -47,7 +47,7 @@ export const TxBrowser = ({ requestDebug, updateTxNumberFlag, unloadRequested, t
}
return (
<div className='container px-0'>
<div className='pb-2 container px-0'>
<div className='txContainer'>
<div className='py-1 d-flex justify-content-center w-100 input-group'>
<input

@ -11,7 +11,7 @@
overflow-y: auto;
}
.container {
padding-bottom: 5%;
padding-bottom: 0.5rem;
max-height: 300px;
overflow-y: auto;
}

Loading…
Cancel
Save