Skip to content

Commit 5f9ccc3

Browse files
ci-botAniket-Engg
authored andcommitted
fix git button poisiton
1 parent 2b9a13a commit 5f9ccc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/top-bar/src/components/WorkspaceDropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ export const WorkspacesDropdown: React.FC<WorkspacesDropdownProps> = ({ menuItem
176176
<div key={id} className="d-flex flex-row">
177177
<Dropdown.Item
178178
key={id}
179-
className="dropdown-item d-flex justify-content-between align-items-center position-relative"
179+
className="dropdown-item d-flex align-items-center position-relative"
180180
onMouseDown={(e) => {
181181
switchWorkspace(item.name)
182182
e.preventDefault()
183183
} }
184184
data-id={`dropdown-item-${item.name}`}
185185
>
186186
{item.isGitRepo && item.currentBranch && (
187-
<i className="fas fa-code-branch pt-1"></i>
187+
<i className="fas fa-code-branch pt-1 me-2"></i>
188188
)}
189189
<span className="pl-1">{item.name}</span>
190190
</Dropdown.Item>

0 commit comments

Comments
 (0)