Skip to content

Commit 9a2b40f

Browse files
committed
🤖 Fix alignment: right-align badge and workspace name
Add justify-end to flex container to restore right-alignment of workspace name like it was before the badge was added. Generated with `cmux`
1 parent cf4a4d6 commit 9a2b40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WorkspaceListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const WorkspaceListItemInner: React.FC<WorkspaceListItemProps> = ({
182182
workspaceId={workspaceId}
183183
tooltipPosition="right"
184184
/>
185-
<div className="flex min-w-0 items-center gap-1.5">
185+
<div className="flex min-w-0 items-center justify-end gap-1.5">
186186
<RuntimeBadge runtimeConfig={metadata.runtimeConfig} />
187187
{isEditing ? (
188188
<input

0 commit comments

Comments
 (0)