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

www.amazonaws.com - Layout is messed up when editing account information #5496

Open
softvision-sergiulogigan opened this issue Apr 6, 2017 · 3 comments
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine q4-2019-outreach Tracking outreach in Q42019. severity-minor The site has a cosmetic issue.
Milestone

Comments

@softvision-sergiulogigan
Copy link

softvision-sergiulogigan commented Apr 6, 2017

URL: www.amazonaws.com
Browser / Version: Firefox Mobile Nightly 55.0a1 (2017-04-06)
Operating System: Samsung Galaxy Note 4 (Android 5.0.1)
Problem type: Layout is messed up

Steps to Reproduce
Prerequisites:
Login with valid credentials.

  1. Navigate to: https://console.aws.amazon.com/billing/home#/account
  2. Tap the Account Settings's Edit button. Observe the layout.

Expected Behavior:
The layout is correctly displayed.

Actual Behavior:
The layout is messed up.

Notes:

  1. The issue is also reproducible on Firefox 52.0 Release (Mobile).
  2. The issue is not reproducible on Chrome (Mobile) 56.0.2924.87.
  3. Screenshot attached.

Watchers:
@softvision-oana-arbuzov
@softvision-sergiulogigan

sv; country: us

Screenshot Description

From webcompat.com with ❤️

@softvision-sergiulogigan softvision-sergiulogigan changed the title www.amazonaws.com - layout is messed up www.amazonaws.com - Layout is messed up when editing account information Apr 6, 2017
@adamopenweb
Copy link
Collaborator

Thanks @softvision-sergiulogigan!

It looks like this row padding-bottom isn't large enough:

element {
}
.ap_cnep_form_row {
    padding-bottom: 20px;
}

If we change this to something like 25px, the layout looks much better.

screen-aws

@karlcow
Copy link
Member

karlcow commented May 17, 2017

Screenshot of the site issue

It also breaks because it is a series of float for the spans under .ap_cnep_row

@karlcow karlcow added this to the contactready milestone Oct 30, 2017
@adamopenweb adamopenweb added the severity-minor The site has a cosmetic issue. label Apr 9, 2018
@miketaylr miketaylr added the engine-gecko The browser uses the Gecko rendering engine label Apr 30, 2019
@karlcow
Copy link
Member

karlcow commented Dec 13, 2019

This is still broken and this will fix it.

/* ap_smart_default_device._CB187427109_.css | https://images-na.ssl-images-amazon.com/images/G/01/authportal/common/css/mobile/ap_smart_default_device._CB187427109_.css */

.ap_form_wrapper {
		display: flex;
		flex-direction: column;
}

@karlcow karlcow added the q4-2019-outreach Tracking outreach in Q42019. label Dec 13, 2019
@karlcow karlcow modified the milestones: contactready, sitewait Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine q4-2019-outreach Tracking outreach in Q42019. severity-minor The site has a cosmetic issue.
Projects
None yet
Development

No branches or pull requests

5 participants