File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/top-bar/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,15 +176,15 @@ export const WorkspacesDropdown: React.FC<WorkspacesDropdownProps> = ({ menuItem
176
176
< div key = { id } className = "d-flex flex-row" >
177
177
< Dropdown . Item
178
178
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"
180
180
onMouseDown = { ( e ) => {
181
181
switchWorkspace ( item . name )
182
182
e . preventDefault ( )
183
183
} }
184
184
data-id = { `dropdown-item-${ item . name } ` }
185
185
>
186
186
{ 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 >
188
188
) }
189
189
< span className = "pl-1" > { item . name } </ span >
190
190
</ Dropdown . Item >
You can’t perform that action at this time.
0 commit comments