update results section

pull/4571/head
Joseph Izang 9 months ago committed by Aniket
parent b38871608f
commit a5b38d3d61
  1. 2
      apps/vyper/src/app/components/VyperResult.tsx

@ -59,7 +59,7 @@ function VyperResult({ output, plugin }: VyperResultProps) {
return (
<>
<div className="border border-top"></div>
<div className="d-flex justify-content-center px-2 w-100 flex-column border border-bottom">
<div className="d-flex justify-content-center px-2 w-100 flex-column">
<button data-id="compilation-details" className="btn btn-secondary w-100" onClick={async () => {
await plugin?.call('vyperCompilationDetails', 'showDetails', output)
}}>

Loading…
Cancel
Save