kni-labs/rrssb

Smallest icon size is shifted in IE11

rbu opened this issue · 4 comments

rbu commented

Steps to reproduce:

  1. Open latest IE11
  2. Go to http://kurtnoble.com/labs/rrssb/
  3. Set window size as small as possible

rrsb

rbu commented

The span containing the svg is missing a height declaration (thus has height: auto) and for some reason this means that the ul's height is not getting pushed all the way inside. As a workaround, this helps (and may be the solution?):

.tiny-format .rrssb-icon {
    height: 100%;
}
dbox commented

Good catch! Looking into this.

dbox commented

@rbu Want to try a PR for this?

rbu commented

Sure, sent one.