-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Purchases: Fix credit card information misaligned in Manage Purchase on mobile (Fixes #200) #652
Conversation
The CC info is fixed, however I noticed that "included with plan" is also broken: |
@@ -288,7 +288,7 @@ const ManagePurchase = React.createClass( { | |||
} | |||
|
|||
return ( | |||
<span className="manage-purchase__payment-info"> | |||
<span className="manage-purchase__detail manage-purchase__payment-info"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should only have one class, manage-purchase__detail
. We can style the child by using the PaymentLogo
classname.
Sorry, I didn't realize there was an issue for this and fixed it in #670. 😓 |
ff8f95f
to
e8f8661
Compare
Everything about this PR is fixed in #670 and this is void now. |
This fixes a CSS issue where the credit card information is aligned to left on small screens.
/cc: @fabianapsimoes