Answer the question
In order to leave comments, you need to log in
How to remove indent from text in select?
Greetings, please tell me how to remove the non-existent indent from the select, it is necessary that the text is pressed to the left edge, no matter how js or css.
<select
name="nationality" id="nationality" class="signup__select signup__select--nationality">
<option value="American" selected="selected">American</option>
<option value="Russian">Russian</option>
<option value="Briton">Briton</option>
<option value="Chinese">Chinese</option>
</select></li>
.signup__select {
font-family: "worksans", "Arial", sans-serif;
font-weight: normal;
font-style: normal;
font-size: 14px;
color: #111;
height: 23px;
border: none;
border-bottom: 1px solid #f2f2f2;
padding: 0 0 6.33px 0;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question