I have one big trouble with ms-flexbox and print:
.main_block_class_name
div
display: block !important // 1 2
.parent_for_flex_box_classname
display: -ms-flexbox !important // 1 3
Any help would be apprecated :(
.button-with-svg-graph
display -ms-flexbox
.svg-wrapper
position relative // fix: change it to absolute
Cause crash in ie10+ when print or print preview. For fix this issue, we change positioning to absolute