Navigation Menu

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

btn-lg is smaller than input-lg #15382

Closed
wants to merge 6 commits into from
Closed

btn-lg is smaller than input-lg #15382

wants to merge 6 commits into from

Conversation

fassetar
Copy link

In Chrome, Safari, and Firefox (not IE10+) btn-lg is a pixel off and should be 46px but instead its 45px. Here is some code that I'm working with. What I've done in my projects is just add a height:46px to btn-lg but I think a better solution is to just change the @line-height-large to 1.34 instead of 1.33.

@cvrebert cvrebert added the css label Dec 17, 2014
@mdo
Copy link
Member

mdo commented Dec 21, 2014

Without testing this within every supported browser (and all their supported versions), we can't merge this. I know there have been problems with this in the past, but I'm unsure where we landed off the top of the head.

Do you have the ability and time to give it a go by chance?

@fassetar
Copy link
Author

Ya, not a problem. I have plenty of time, I'm not familiar with sauce labs but I can pick it up.

@twbs-savage
Copy link

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: ec7bfd6
Build details: https://travis-ci.org/twbs-savage/bootstrap/builds/45717175

(Please note that this is a fully automated comment.)

@twbs-savage
Copy link

Tests failed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: BUSTED

Commit: 2c2a8d6
Build details: https://travis-ci.org/twbs-savage/bootstrap/builds/46883953

(Please note that this is a fully automated comment.)

@twbs-savage
Copy link

Tests passed. Automated cross-browser testing via Sauce Labs and Travis CI shows that the JavaScript changes in this pull request are: CONFIRMED

Commit: 73c1f2b
Build details: https://travis-ci.org/twbs-savage/bootstrap/builds/46885995

(Please note that this is a fully automated comment.)

<!-- jQuery -->
<script src="vendor/jquery.min.js"></script>

<!-- QUnit -->
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
<link rel="stylesheet" href="vendor/qunit.css" media="screen">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing whitespace here

@mdo
Copy link
Member

mdo commented Jan 13, 2015

I really don't want to set the height of buttons, which is why I haven't pursued this much. I'll check in on the problem again when I can.

@fassetar
Copy link
Author

I agree, I will play around some more but here are my notes.

@mdo
Copy link
Member

mdo commented Jan 22, 2015

Closing as we aren't going to be setting the height.

@mdo mdo closed this Jan 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants