I have a question. I have a bootstrap input with type of file:
Html code:
input id="fileUpload" class="form-control" name="FileUpload" multiple="" type="file"
However it turns out to be that the "browse" button is being cropped. I would like to ask if it is possible or how to change the size of the "browse" button using html or css.