This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cc55fd6e11
angular-cn
/
aio
/
content
/
marketing
/
api.html
5 lines
102 B
HTML
Raw
Normal View
History
Unescape
Escape
fix(docs-infra): avoid truncating several API list items (#41051) Previously, with the min width of 220px per item, several API list items were truncated. This commit increases the min width per item to 330px, which allows almost all items to have their full text shown. It also increases the API list page's max content width from 50em (800px) to 62.5em (1000px) to allow items to be shown on three columns despite their increased width. This increase in the content width shouldn't negatively affect UX, since the API list page uses a multi-column layout (i.e. it does not contain 1000px-lines of text.) Before: ![api-list before][1] After: ![api-list after][2] [1]: https://user-images.githubusercontent.com/8604205/109396457-5f5e1f00-793a-11eb-80cf-1418f409325a.png [2]: https://user-images.githubusercontent.com/8604205/109396659-499d2980-793b-11eb-95d3-f54250f7fab5.png PR Close #41051
2021-03-09 07:15:48 -05:00
<
div
class
=
"center-layout"
>
<
h1
class
=
"no-toc"
>
API List
<
/
h1
>
<
aio-api-list
>
<
/
aio-api-list
>
<
/
div
>