 Issue 29453600:
  Issue 4961 - Fix card group field alignment on acceptableads.com  (Closed) 
  Base URL: https://hg.adblockplus.org/web.acceptableads.com
    
  
    Issue 29453600:
  Issue 4961 - Fix card group field alignment on acceptableads.com  (Closed) 
  Base URL: https://hg.adblockplus.org/web.acceptableads.com| Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 <style> | 1 <style> | 
| 2 | 2 | 
| 3 .card-summary | 3 .card-summary | 
| 4 { | 4 { | 
| 5 height: 90px; | 5 height: 90px; | 
| 6 } | 6 } | 
| 7 | 7 | 
| 8 | |
| 8 @media(min-width: 544px) | 9 @media(min-width: 544px) | 
| 9 { | 10 { | 
| 10 .card-summary | 11 .card-summary | 
| 11 { | 12 { | 
| 12 height: 140px; | 13 height: 140px; | 
| 13 } | 14 } | 
| 14 } | 15 } | 
| 15 | 16 | 
| 16 @media(min-width: 768px) | 17 @media(min-width: 768px) | 
| 17 { | 18 { | 
| (...skipping 14 matching lines...) Expand all Loading... | |
| 32 @media(min-width: 768px) | 33 @media(min-width: 768px) | 
| 33 { | 34 { | 
| 34 .card.list | 35 .card.list | 
| 35 { | 36 { | 
| 36 display: block; | 37 display: block; | 
| 37 width: 70%; | 38 width: 70%; | 
| 38 margin: 0 auto; | 39 margin: 0 auto; | 
| 39 } | 40 } | 
| 40 } | 41 } | 
| 41 | 42 | 
| 43 @supports (display: grid) | |
| 44 { | |
| 45 .card-footer .m-t-md | |
| 46 { | |
| 47 margin-top: 0 !important; | |
| 48 } | |
| 49 } | |
| 50 | |
| 42 </style> | 51 </style> | 
| OLD | NEW |