Skip to content

Commit d3fa766

Browse files
committed
branch margin
1 parent f382bcf commit d3fa766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/git/src/components/navigation/branchedetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const BrancheDetailsNavigation = (props: BrancheDetailsNavigationProps) =
6868
{
6969
activePanel === eventKey ? <FontAwesomeIcon className='' icon={faCaretDown}></FontAwesomeIcon> : <FontAwesomeIcon className='' icon={faCaretRight}></FontAwesomeIcon>
7070
}
71-
<i className="fa fa-code-branch ms-1"></i>
71+
<i className="fa fa-code-branch ms-2"></i>
7272
<div className={`ms-1 ${context.currentBranch.name === branch.name && allowCheckout ? 'text-success' : ''}`}>{branch.name} {branch.remote ? `on ${branch.remote.name}` : ''}</div>
7373

7474
</div>

0 commit comments

Comments
 (0)