4.1.2 breaks alignment of inline SVG icons
Created by: nifte
A new change in 4.1.2 causes inline SVG icons to become unaligned.
The code in question, /scss/_reboot.scss
, line 277:
svg:not(:root) {
overflow: hidden;
vertical-align: middle; <--- (Line 277)
}
The issue can be seen in the following examples: Version 4.1.1 (Icons aligned) Version 4.1.2 (Icons not aligned)