pull/5026/head
bunsenstraat 4 months ago committed by Aniket
parent eaac49eef7
commit 0d098255a7
  1. 2
      libs/remix-ui/git/src/components/panels/branches/branchdifferencedetails.tsx

@ -33,7 +33,7 @@ export const BranchDifferenceDetails = (props: BrancheDifferenceProps) => {
} }
return ( return (
<Accordion activeKey={activePanel} defaultActiveKey=""> <Accordion activeKey={activePanel} className="mt-2" defaultActiveKey="">
<CommitsNavigation ahead={ahead} behind={behind} branch={branch} remote={remote} title={title} eventKey="0" activePanel={activePanel} callback={setActivePanel} /> <CommitsNavigation ahead={ahead} behind={behind} branch={branch} remote={remote} title={title} eventKey="0" activePanel={activePanel} callback={setActivePanel} />
<Accordion.Collapse className="pl-2 border-left ml-1" eventKey="0"> <Accordion.Collapse className="pl-2 border-left ml-1" eventKey="0">
<div data-id={`branchdifference-commits-${branch.name}${ahead?'-ahead':''}${behind?'-behind':''}`} className="ml-1"> <div data-id={`branchdifference-commits-${branch.name}${ahead?'-ahead':''}${behind?'-behind':''}`} className="ml-1">

Loading…
Cancel
Save