Skip to content

Commit

Permalink
Merge pull request #552 from CBIIT/CRDCDH-2083
Browse files Browse the repository at this point in the history
CRDCDH-2083 Fix Cancer Types Half-Filled Input
  • Loading branch information
Alejandro-Vega authored Nov 29, 2024
2 parents abe9370 + 48748dc commit e6c4f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Questionnaire/CustomAutocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const StyledFormControl = styled(FormControl)({

const StyledTag = styled("div")({
paddingLeft: "12px",
position: "absolute",
});

const ProxySelect = styled("select")({
Expand Down

0 comments on commit e6c4f31

Please sign in to comment.