Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to remove paddingLeft:px #137

Open
omerbrandis opened this issue Jul 4, 2024 · 0 comments
Open

how to remove paddingLeft:px #137

omerbrandis opened this issue Jul 4, 2024 · 0 comments

Comments

@omerbrandis
Copy link

hello,

I'm unable to remove 4px padding on the left side which is showing up in both chrome and firefox
chrome shows its derived from element.style,
firefox shows its derived from this.style.

here's my code, I seem to be unable to style it out


<NumericInput min={30} max={100} size={3} value={...} onChange={...}   maxLength={3}
 	style={{        paddingLeft:"0 !important;",
			    btnUp: {display:"none"},
			   btnDown: {display:"none"},
 			   input: { color: 'white',fontSize:"25px",backgroundColor:"black",paddingRight:"0",paddingLeft:"0 !important;",textAlign:"center"}, 
                           'input:not(.form-control)': {border:"none",borderRadius:"15px"},
              }}
      />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant