Skip to content

Conversation

@honzajavorek
Copy link

When these rules are not scoped to .tab, they influence various other parts of the documentation:

image

When these rules are not scoped to .tab, they influence various other parts of the documentation.
@honzajavorek
Copy link
Author

Actually, this change is a nonsense. The .tab should be somewhere inside the selectors, not in the beginning. I'm not sure where though, as I don't know the HTML output that well.

@honzajavorek
Copy link
Author

I was able to fix it locally by adding following custom CSS:

.rst-content .section ul:last-child,
.rst-content .toctree-wrapper ul:last-child,
article ul:last-child {
  margin-bottom: 24px;
}
.rst-content .tab ul:last-child {
  margin-bottom: 0;
}

@djungelorm djungelorm closed this in 6a01ea9 Jun 4, 2019
@honzajavorek honzajavorek deleted the patch-1 branch November 23, 2019 15:25
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.

1 participant