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

Fix hackernews test #101

Merged
merged 3 commits into from
Mar 23, 2024
Merged

Fix hackernews test #101

merged 3 commits into from
Mar 23, 2024

Conversation

rodarima
Copy link
Member

Fixes #99

For cases where the parent widget has the width set to auto we need to
go to the above parent to compute the available width. This is required
to make tables with a width of 100% occupy the whole available width of
the parent.

In particular, fixes render/table-max-width.html test, which was relying
on a {-1,-1,-1} requisition to have a value different than -1 in the
width to consider that the CSS width is effective.
@rodarima rodarima added this to the Release 3.1.0 milestone Mar 22, 2024
@rodarima rodarima closed this Mar 23, 2024
@rodarima rodarima deleted the fix-hackernews-test branch March 23, 2024 10:41
@rodarima rodarima restored the fix-hackernews-test branch March 23, 2024 10:42
@rodarima rodarima reopened this Mar 23, 2024
@rodarima rodarima merged commit ba086f8 into master Mar 23, 2024
24 checks passed
@rodarima rodarima deleted the fix-hackernews-test branch March 23, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hacker News table too small
1 participant