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.marijuanatravels.com - see bug description #13310

Closed
webcompat-bot opened this issue Nov 9, 2017 · 1 comment
Closed

www.marijuanatravels.com - see bug description #13310

webcompat-bot opened this issue Nov 9, 2017 · 1 comment

Comments

@webcompat-bot
Copy link

URL: http://www.marijuanatravels.com/

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

Problem type: Something else
Description: The botton on the words are cut, and the words are not centralized in the "form".
Steps to Reproduce:

Screenshot Description

From webcompat.com with ❤️

@adamopenweb
Copy link
Collaborator

This looks like a duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=752790

The padding is causing the text to be cut off and mis-aligned. Chrome and Safari are ignoring the padding while Edge is ignoring top and bottom, but using left to position the text similar to Firefox.

.dropdownstyle {
    background: #fff;
    width: 268px;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 30px;
}

@adamopenweb adamopenweb modified the milestones: needstriage, duplicate Nov 9, 2017
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

2 participants