Hello, I am currently experiencing an issue with my code where there is a space between the icon on the left and the field. I need to remove this space, does anyone have any ideas on how to do this? Thank you!
<div class="col-auto">
<label class="sr-only" for="inlineFormInputGroup">Full Name</label>
<div class="input-group mb-2">
<div class="input-group-prepend">
<div class="input-group-text"><i class="fas fa-user-tie"></i></div>
</div>
<select class="selectpicker show-tick col-3" id="inputGroupSelect03" name="name" data-live-search="true" required>
<option value="" selected="selected">Select Contact Name</option>
</select>
</div>