 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| Index: includes/solutions/style.html | 
| =================================================================== | 
| --- a/includes/solutions/style.html | 
| +++ b/includes/solutions/style.html | 
| @@ -1,15 +1,16 @@ | 
| <style> | 
| .card-summary | 
| { | 
| height: auto; | 
| } | 
| + | 
| 
juliandoucette
2017/07/18 22:07:34
NIT: Extra whitespace.
 
ire
2017/07/20 17:43:23
Done.
 | 
| @media(min-width: 544px) | 
| { | 
| .card-summary | 
| { | 
| height: 140px; | 
| } | 
| } | 
| @@ -34,9 +35,17 @@ | 
| .card.list | 
| { | 
| display: block; | 
| width: 70%; | 
| margin: 0 auto; | 
| } | 
| } | 
| +@supports (display: grid) | 
| +{ | 
| + .card-footer .m-t-md | 
| 
juliandoucette
2017/07/18 22:07:34
I don't think we need .m-t-md in this .card-footer
 
ire
2017/07/20 17:43:23
You're right! Done.
 | 
| + { | 
| + margin-top: 0 !important; | 
| + } | 
| +} | 
| + | 
| </style> |