diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 9a3e75f2a05d..bda0279c14cd 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -522,6 +522,10 @@ pre ol li { margin-bottom:30px; } +.definition-table td { + vertical-align: top; +} + .component-heading { text-transform:capitalize; }