Skip to content

Commit

Permalink
make stacked
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-tvu committed Jan 16, 2024
1 parent 7d71132 commit 09ca665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/app/selection/DestinationField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function DestinationField(

if (field.isSearchSelectable)
return (
<Grid key={field.fieldID} item xs={12} sm={12} md={6}>
<Grid key={field.fieldID} item xs={12} sm={12} md={12}>
<DestinationSearchSelect
{...field}
value={fieldValue}
Expand All @@ -66,7 +66,7 @@ export default function DestinationField(
)

return (
<Grid key={field.fieldID} item xs={12} sm={12} md={6}>
<Grid key={field.fieldID} item xs={12} sm={12} md={12}>
<DestinationInputDirect
{...field}
value={fieldValue}
Expand Down

0 comments on commit 09ca665

Please sign in to comment.