oneday
oneday

Reputation: 1629

IE - input box goes down 1px on focus

as described in the subject - in Internet Explorer 11 (I don't know how it goes with earlier versions) my input boxes go around 1px down on focus.

I've applied:

textarea:focus, input:focus{
  outline: 0 !important;
}

and I don't have the blue outline anymore, however the problem with 1px down still exists.

Any idea what's causing it?

Upvotes: 0

Views: 899

Answers (1)

oneday
oneday

Reputation: 1629

Ok, found the answer - it seems like I set a line-height higher than the input box somewhere along the way.

Upvotes: 1

Related Questions