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

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -