Skip to content

Commit

Permalink
Updated: 341 customTextField Parent Div Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
saksham-malhotra-27 committed Dec 17, 2024
1 parent 1442eb8 commit cdc3e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const CustomTextField = ({
const computedFullWidth = fullWidth ||
["full", "100%", "stretch"].some(value => TextFieldWidth.toLowerCase().includes(value));
return (
<div style={style}>
<div style={{...style, ...(computedFullWidth && { width: '100%' })}} >
{!checkCircleIconVisible &&
<div>
<InputLabel sx={{ fontWeight: labelFontWeight, margin: 0 }}>{labelText}</InputLabel>
Expand Down

0 comments on commit cdc3e59

Please sign in to comment.