Skip to content

Fix inconsistent indentation for inheritance info - Fixes #1687 #1961

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

Merged
merged 3 commits into from
May 17, 2019

Conversation

parlough
Copy link
Member

Standardizes the indentation for inheritance info similar to other fields such as "Implementers" and "Mixed in types". Fixes #1687

If this is not desired design, that's fine. It just seems that elsewhere in the docs uses indentation like this sparingly, and it seems to just be because of forgetting to handle the first item in the list's padding separately.

Original:

Screen Shot 2019-05-15 at 12 56 59

Changed:

Screen Shot 2019-05-15 at 12 57 06

@googlebot googlebot added the cla: yes Google CLA check succeeded. label May 15, 2019
Copy link
Member

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

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

Thanks! This looks good. I think you'll need to update this branch from master.

@@ -563,6 +563,7 @@ footer a, footer a:hover {
background-image: none;
content: "";
margin: 0;
padding: 0 0 0 0;
Copy link
Member

Choose a reason for hiding this comment

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

This can collapse to padding: 0;.

@parlough parlough force-pushed the fix/inconsistent-indent branch from 26cb912 to 7b92b02 Compare May 16, 2019 18:27
Copy link
Member

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

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

👍 Thanks!

@devoncarew devoncarew merged commit b6a7ffb into dart-lang:master May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent indentation on class inheritance/implements info
3 participants