Advertisement
danine1

IE11 fix (possible)

Sep 20th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  2. /* IE10+ CSS styles go here */
  3. .price--percentwrapper .price--percentwrapper-percent {
  4.     padding-left: 0%;
  5.     padding-right: 0%;
  6.     font-size: 22px;
  7.     transform: rotate(-179deg);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement