Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f8d319c

Browse files
Sharon DiOriopetebacondarwin
Sharon DiOrio
authored andcommitted
docs(css): improve definition table style
Text in definition tables are now aligned to the top of the cell. These are used in the API index page and makes it cleared what headings match what content. Closes #5286
1 parent 4f72433 commit f8d319c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/templates/css/docs.css

+4
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,10 @@ pre ol li {
543543
margin-bottom:30px;
544544
}
545545

546+
.definition-table td {
547+
vertical-align: top;
548+
}
549+
546550
.component-heading {
547551
text-transform:capitalize;
548552
}

0 commit comments

Comments
 (0)