Chrome CSS Hack Not working in Print Preview -
i have alignment issue in chrome , using following chrome css hack in print.css: @media screen , (-webkit-min-device-pixel-ratio:0){ .invoicetable .smallerinput{ margin-top:9px !important; } }
when go print preview, style has not been applied. if add chrome css hack normal page view css, can see styles applied correctly in chrome , not affected in other browsers. seems isn't detected print preview reason. know how work on print preview chrome?
you need use @media print
target printer.
Comments
Post a Comment