-
Notifications
You must be signed in to change notification settings - Fork 26.2k
docs(docs-infra): change API reference list items order to top-down #58655
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
Conversation
@@ -29,7 +29,7 @@ <h3 [id]="group().id"> | |||
class="docs-api-item-label" | |||
aria-hidden="true" | |||
/> | |||
<span class="adev-item-title">{{ apiItem.title }}</span> | |||
<span class="adev-item-title" [attr.title]="apiItem.title">{{ apiItem.title }}</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title is set so that you can check it in case the text has been truncated.
f0019b9
to
8614f17
Compare
8614f17
to
e86e496
Compare
Change the order from left-right to top-down (columns) and additionally make columns equal width.
e86e496
to
ebd6e6d
Compare
Deployed adev-preview for ebd6e6d to: https://ng-dev-previews-fw--pr-angular-angular-58655-adev-prev-b9j92i0k.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
This PR was merged into the repository by commit 803358f. The changes were merged into the following branches: main, 19.0.x, 19.1.x |
…ngular#58655) Change the order from left-right to top-down (columns) and additionally make columns equal width. PR Close angular#58655
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Change the order from left-right to top-down (columns) and additionally make columns equal width.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The list items in the API reference list groups have left-right alphabetical order while the vertical borders imply that the order should be top-down instead.
What is the new behavior?
The order is changed to top-down. Additionally, the column width is now equal which made it necessary to truncate the text.
Does this PR introduce a breaking change?