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

Github issue & pull request lists are squashed to the left #13166

Closed
samlh opened this issue Sep 3, 2016 · 1 comment
Closed

Github issue & pull request lists are squashed to the left #13166

samlh opened this issue Sep 3, 2016 · 1 comment

Comments

@samlh
Copy link
Contributor

@samlh samlh commented Sep 3, 2016

image

@notriddle notriddle self-assigned this Sep 4, 2016
@notriddle
Copy link
Contributor

@notriddle notriddle commented Sep 5, 2016

Minimal test case:

<!DOCTYPE html>
<style>
#c {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#d {
  width: 100%;
}
</style>
<div id=c><div id=d>Test text</div></div>

firefox-with-minimal-case
servo-with-minimal-case

@jdm jdm added the A-layout/table label Sep 5, 2016
bors-servo added a commit that referenced this issue Sep 7, 2016
Account for percentages in fixed table layout

Don't just use the minimum length all the time.

---

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13166 (github issue number if applicable).
- [X] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13192)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Sep 8, 2016
Account for percentages in fixed table layout

Don't just use the minimum length all the time.

---

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13166 (github issue number if applicable).
- [X] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13192)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Sep 9, 2016
Account for percentages in fixed table layout

Don't just use the minimum length all the time.

---

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13166 (github issue number if applicable).
- [X] There are tests for these changes

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13192)
<!-- Reviewable:end -->
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.

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