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 zero width of spacer columns indenting suboptions and sub-return values #5417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

felixfontein
Copy link
Contributor

The CSS from table.css (coming from some dependency, I guess) overrides width with 0 due to the column being :empty. This makes the indent almost disappear (you can still see it by noticing that the left border line is a tiny bit thicker).

For example, check out the return values here:

Before:
image

After:
image

…values.

Signed-off-by: Felix Fontein <felix@fontein.de>
Copy link

@oraNod oraNod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @felixfontein

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.

2 participants