I have a input tag with this class that get it from kendostyle
<input class="k-textbox k-input" >
and the k-input class is:
.k-input{
height: 2.214em;
line-height: 2.214em;
padding: .177em 0;
text-indent: .8em;
border: 0;
margin: 0;
}
Now, I don't want the style
height: 2.214em;
In this class , how can I do this?
I can't edit this class is css file because it is used in some other tags