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:
parent
e50c5293fc
commit
67a41d8bff
|
@ -74,6 +74,12 @@
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.property-table {
|
||||||
|
td {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.class-overview {
|
.class-overview {
|
||||||
|
|
Loading…
Reference in New Issue