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 bcd1a09dec
commit d5dca0764c

View File

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