We have clickable div nested in relative positioned div:

Block with onclick and
pointer cursor

As you can see, IE shrink clickable area to the inner text without any objective reason.

It can be fixed by specified relative position property to clickable div.

Block with onclick and
pointer cursor