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

maps.google.com - design is broken #12717

Closed
baranitharan2020 opened this issue Oct 23, 2017 · 3 comments
Closed

maps.google.com - design is broken #12717

baranitharan2020 opened this issue Oct 23, 2017 · 3 comments

Comments

@baranitharan2020
Copy link

URL: https://maps.google.com/localguides/event/summit

Browser / Version: Firefox 57.0
Operating System: Windows 7
Tested Another Browser: Yes

Problem type: Design is broken
Description: Text is over lapped
Steps to Reproduce:
Expected Result: Date and place is Correctly display.
Actual Result: Summit17 is overlapped with the date and place.
Screenshot Description

From webcompat.com with ❤️

@karlcow
Copy link
Member

karlcow commented Oct 23, 2017

@baranitharan2020 Indeed this is happening for only specific sizes.

At the same size. Safari.

Screenshot Description

with a bit of outline.

Screenshot Description

Probably because of the padding-top in percentage.

.events-ui-view .summit-event .header .message {
	background: url("/localguides/app/img/lg-summit17-title.png") top no-repeat;
	background-size: contain;
	color: #263238;
	padding-top: 4%;
	text-align: center;
}

@karlcow
Copy link
Member

karlcow commented Oct 23, 2017

@miketaylr
Copy link
Member

(marking as fixed, because the bugzilla bug is fixed now in 60)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants