Skip to content

Commit 1b378ea

Browse files
committed
Add spacing between terminal label and controls
1 parent 7b9678d commit 1b378ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/session/session-sortable-terminal-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function SortableTerminalTab(props: {
3333
<Tabs.Trigger
3434
value={props.terminal.id}
3535
closeButton={
36-
<div class="flex items-center gap-1">
36+
<div class="flex items-center gap-1 ml-3">
3737
<Show when={isActive() && props.onMinimize}>
3838
<IconButton icon="dash" variant="ghost" onClick={handleMinimize} disabled={props.closing} />
3939
</Show>

0 commit comments

Comments
 (0)