Skip to content

Commit

Permalink
alignment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulg1254 committed Aug 22, 2024
1 parent 430deb2 commit b2794fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/district.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ const District: React.FC = () => {
<Box display="flex" gap={2}>
<FormControl
variant="outlined"
sx={{ minWidth: 220, marginTop: 2, mb: 2, marginLeft: 2 }}
sx={{ minWidth: 220, marginTop: 1, mb: 2, marginLeft: 2 }}
>
<InputLabel id="state-select-label">{stateValue}</InputLabel>
<Select labelId="state-select-label" id="state-select" disabled>
Expand Down

0 comments on commit b2794fc

Please sign in to comment.