Skip to content

Commit c4c171d

Browse files
committed
fix(ui): weird spacing in inputschemeselection
Signed-off-by: Dhruv Arora <dhruv.arora1@autodesk.com>
1 parent 622d59b commit c4c171d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

fission/src/ui/panels/configuring/initial-config/InputSchemeSelection.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ export default function InputSchemeSelection({ brainIndex, onSelect, panelId }:
111111
}, [onSelect])
112112

113113
return (
114-
// A scroll view with buttons to select default and custom input schemes
115-
<>
116-
{/** The label and divider at the top of the scroll view */}
114+
<Stack gap={2}>
117115
<Divider />
118116
<FormControl fullWidth>
119117
<InputLabel id="input-scheme-drivetrain-type-label">Drivetrain Type</InputLabel>
@@ -204,6 +202,6 @@ export default function InputSchemeSelection({ brainIndex, onSelect, panelId }:
204202
</div>
205203
)
206204
})}
207-
</>
205+
</Stack>
208206
)
209207
}

0 commit comments

Comments
 (0)