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

Vertical-align is ignored in div with display: table-cell #11492

Closed
ocerman opened this issue May 29, 2016 · 2 comments
Closed

Vertical-align is ignored in div with display: table-cell #11492

ocerman opened this issue May 29, 2016 · 2 comments

Comments

@ocerman
Copy link

@ocerman ocerman commented May 29, 2016

Vertical-align is ignored in div with display: table-cell within div with display:table
cell

<!doctype html>
<html><body style="font-size: 2em;">
    <div style="display: table; height: 4em;">
        <div style="display: table-cell; vertical-align: middle; background: lightblue;">
            Servo
        </div>
    </div>
</body></html>

This issue affects github.com: that's why "This repository" tag within searchbox is not aligned correctly.
gith

@paulrouget paulrouget mentioned this issue May 29, 2016
14 of 24 tasks complete
@adamncasey
Copy link
Contributor

@adamncasey adamncasey commented Jul 27, 2016

I think this'll be fixed when #12593 lands

capture

@notriddle
Copy link
Contributor

@notriddle notriddle commented Jul 30, 2016

Can confirm that the test case and the "This Repository" pill on Github are fixed in master.

@notriddle notriddle closed this Jul 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.