Skip to content
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

Closed

Conversation

umurkontaci
Copy link
Contributor

This fixes a CSS issue where the credit card information is aligned to left on small screens.

/cc: @fabianapsimoes

@umurkontaci umurkontaci added [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Feature] Purchase Management Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc. labels Nov 24, 2015
@umurkontaci umurkontaci added this to the Purchases: v1 milestone Nov 24, 2015
@umurkontaci umurkontaci self-assigned this Nov 24, 2015
@fabianapsimoes
Copy link
Contributor

Looks good 👍

screenshot-calypso localhost 3000 2015-11-24 19-50-02

@mikeshelton1503
Copy link
Contributor

The CC info is fixed, however I noticed that "included with plan" is also broken:

https://cloudup.com/cBfUM1T_WHR
image

@fabianapsimoes fabianapsimoes added [Status] Needs Author Reply and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Nov 24, 2015
@@ -288,7 +288,7 @@ const ManagePurchase = React.createClass( {
}

return (
<span className="manage-purchase__payment-info">
<span className="manage-purchase__detail manage-purchase__payment-info">
Copy link
Contributor

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.

@drewblaisdell
Copy link
Contributor

Sorry, I didn't realize there was an issue for this and fixed it in #670. 😓

@umurkontaci
Copy link
Contributor Author

Everything about this PR is fixed in #670 and this is void now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Purchase Management Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants