 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: static/scss/_variables.scss | 
| =================================================================== | 
| --- a/static/scss/_variables.scss | 
| +++ b/static/scss/_variables.scss | 
| @@ -158,8 +158,12 @@ | 
| { | 
| @extend %buttons !optional; | 
| } | 
| button, input[type="button"], input[type="reset"], input[type="submit"], .btn-primary | 
| { | 
| @extend %default-button !optional; | 
| } | 
| + | 
| +// Cards ////////////////////////////////////////////////////////////////////// | 
| + | 
| +$card-max-width: 350px; |