1
I applied a text-indent to a select, which works on all current browsers except Edge. Have you ever experienced this problem? some solution?
Follow the code:
.form-control select{
width: 22.4%;
height: 50px;
margin-right: -0.25em;
text-indent: 0.532em;
border: none;
border-top-left-radius: 0.188em;
border-bottom-left-radius: 0.188em;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
cursor: pointer;
}
Welcome to SOPT. Would like to [Edit] your post and add the code you are using, so we can analyze and suggest a change. Thank you.
– David
Oops @David, all right? I put the code as you suggested.
– Keven Silva