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

"latest" in new documentation navbar is invisible #892

Closed
simonw opened this issue Jul 12, 2020 · 2 comments
Closed

"latest" in new documentation navbar is invisible #892

simonw opened this issue Jul 12, 2020 · 2 comments

Comments

@simonw
Copy link
Owner

simonw commented Jul 12, 2020

On https://datasette.readthedocs.io/en/latest/

Datasette_—_Datasette_documentation

Compare with https://datasette.readthedocs.io/en/0.45/

Datasette_—_Datasette_documentation

Some custom CSS should fix it.

@simonw
Copy link
Owner Author

simonw commented Jul 12, 2020

.wy-side-nav-search > div.version {
    margin-top: -.4045em;
    margin-bottom: .809em;
    font-weight: normal;
    color: rgba(255,255,255,0.3);
}

Fix can go here:

a.external {
overflow-wrap: anywhere;
}

simonw added a commit that referenced this issue Jul 12, 2020
@simonw
Copy link
Owner Author

simonw commented Jul 12, 2020

@simonw simonw closed this as completed Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant