Skip to content

Commit

Permalink
Merge pull request #190 from steve1316/ui-fix
Browse files Browse the repository at this point in the history
Fix alignment for confidence level input components
  • Loading branch information
steve1316 authored Apr 23, 2023
2 parents ec4dccf + db3c68d commit 179bc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ExtraSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ const ExtraSettings = () => {
<Grid.Col span={12}>
<Group>
<Stack>
<Grid grow sx={{ width: "100%" }}>
<Grid grow sx={{ width: "100%" }} align="flex-end">
<Grid.Col span={6}>
<CustomNumberInput
label="Set Confidence Level"
Expand Down

0 comments on commit 179bc16

Please sign in to comment.