aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/src/templates/css/docs.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css
index 29c28047..55c4893f 100644
--- a/docs/src/templates/css/docs.css
+++ b/docs/src/templates/css/docs.css
@@ -543,6 +543,10 @@ pre ol li {
margin-bottom:30px;
}
+.definition-table td {
+ vertical-align: top;
+}
+
.component-heading {
text-transform:capitalize;
}