fix(docs-infra): align property names to the top (#28104)

This looks better when the property descriptions span multiple lines;
especially when scrolling to a specific property (e.g.
[AbstractControl#status][1]).

[1]: https://next.angular.io/api/forms/AbstractControl#status

PR Close #28104
This commit is contained in:
George Kalpakas 2019-01-12 18:21:20 +02:00 committed by Jason Aden
parent e50c5293fc
commit 67a41d8bff
1 changed files with 6 additions and 0 deletions

View File

@ -74,6 +74,12 @@
vertical-align: top; vertical-align: top;
} }
} }
&.property-table {
td {
vertical-align: top;
}
}
} }
.class-overview { .class-overview {