text-indent without working on Edge in a select type element

Asked

Viewed 63 times

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.

  • 1

    Oops @David, all right? I put the code as you suggested.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.