-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC fix align table in API doc page #28600
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
DOC fix align table in API doc page #28600
Conversation
@thomasjpfan do you know a way in CSS in which we could center the table containing the sponsor logos without breaking other stuff, meaning the following table: |
Actually @Charlie-XIAO also seems to know a lot more CSS than I do :) |
If we only want to center this particular one, it seems this table has a specific class div.sk-sponsor-div-box table.sk-sponsor-table {
display: table;
} will work (the |
Apparently, I did not try all the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, merging this one :)
In #28417, I made a change and remove
display: block;
but apparently it has a detrimental effect on the API pages.I'm reverting this change. However, we need to come with a fix to center the table in the about page.