text-indent without working on the Edge in an element of type select

1

I applied a text-indent to a select, it works on all current browsers except Edge. Has anyone ever had this problem? any solution?

Follow the code below:

.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;

}

    
asked by anonymous 22.01.2016 / 15:18

0 answers