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 missing space before draft chapter titles #1309

Merged
merged 1 commit into from
Sep 6, 2020
Merged

Fix missing space before draft chapter titles #1309

merged 1 commit into from
Sep 6, 2020

Conversation

maddiemort
Copy link

Fixes #1308.

However, I'm not necessarily experienced enough with HTML/CSS to know if this is an acceptable solution or if it qualifies as a hack. Or maybe the <div> should be given a class? Happy to change this as needed.

Fixes the problem of a missing space before the title of draft chapters,
due to the title not being wrapped in an `<a></a>`.
Copy link
Contributor

@ehuss ehuss left a comment

Choose a reason for hiding this comment

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

Thanks! I am no expert on flexbox, either, so I don't really know if this is the most elegant way to fix it, but it looks fine on all the browsers I tried.

@ehuss ehuss merged commit 4b77302 into rust-lang:master Sep 6, 2020
@maddiemort maddiemort deleted the add-missing-space branch September 7, 2020 08:27
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.

Draft chapters are missing a space between the number and title
2 participants