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

Remove min width on tables #9592

Merged
merged 1 commit into from
Jul 17, 2020

Conversation

mikesplain
Copy link
Contributor

Fixes table issue in firefox:

Before:
Screen Shot 2020-07-17 at 4 36 38 PM
After:
Screen Shot 2020-07-17 at 4 36 16 PM

At first I was going to fix it simply for the new feature boxes however I think this min-width is to blame for a number of issues that occur cross all browsers such as on the networking page (chrome): https://kops.sigs.k8s.io/networking/
Screen Shot 2020-07-17 at 4 38 42 PM

Clearly that's not displaying properly so I'm going to remove the min-width param. We can figure out the right way to set min-width on tables in a follow up, but this should clean up a number of things for now at least.

More context see #9585 (comment)

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jul 17, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mikesplain

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added area/documentation approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 17, 2020
@moshevayner
Copy link
Member

/lgtm
Thanks for fixing that! 😄

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 17, 2020
@mikesplain
Copy link
Contributor Author

/hold to ensure rendering working in netlify

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 17, 2020
@mikesplain
Copy link
Contributor Author

Looks better to me: https://5f120ca947720400088f5699--kubernetes-kops.netlify.app/networking/cilium/#enabling-encryption-in-cilium

@mikesplain
Copy link
Contributor Author

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 17, 2020
@moshevayner
Copy link
Member

Looks good on my end as well!
Confirmed on Firefox, Chrome and Safari

@mikesplain
Copy link
Contributor Author

Great thanks!

@k8s-ci-robot k8s-ci-robot merged commit 90ec586 into kubernetes:master Jul 17, 2020
@k8s-ci-robot k8s-ci-robot added this to the v1.19 milestone Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/documentation cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants