Skip to content

Commit e0280bb

Browse files
authored
Merge pull request #6867 from Namanv0509/input-fix
Enterprise input fix
2 parents 3637ce8 + 10c68fb commit e0280bb

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

  • src/components/Pricing/PricingAddons

src/components/Pricing/PricingAddons/styles.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,17 @@ export const boxStyles = {
221221
display: "flex",
222222
alignItems: "center"
223223
},
224-
enterpriseUserInput: {
225-
width: "4rem",
226-
ml: 1,
227-
"& .MuiInputBase-input": {
228-
py: "0.25rem"
229-
}
230-
},
224+
enterpriseUserInput:{
225+
width: "50px",
226+
ml: 1,
227+
"& .MuiInputBase-input": {
228+
py: (theme) => theme.spacing(0.5),
229+
paddingRight: 0,
230+
paddingLeft: 0.2,
231+
textAlign: "center",
232+
ml: 0.5,
233+
},
234+
},
231235
totalSection: {
232236
textAlign: "right",
233237
margin: 0

0 commit comments

Comments
 (0)