diff --git a/aio/src/styles/0-base/_typography.scss b/aio/src/styles/0-base/_typography.scss index 336dd029f0..a3b6610127 100755 --- a/aio/src/styles/0-base/_typography.scss +++ b/aio/src/styles/0-base/_typography.scss @@ -78,6 +78,14 @@ p, ol, ul, ol, li, input, a { } } +p { + margin: 14px 0 0; +} + +p + ul { + margin-top: 4px; +} + ol { li, p { margin: 4px 0; @@ -123,8 +131,13 @@ td { padding: 8px 30px; letter-spacing: 0.30px; - p:first-child, p:last-child { - margin: 0; + > p, ul { + &:first-child { + margin-top: 0; + } + &:last-child { + margin-bottom: 0; + } } } diff --git a/aio/tools/transforms/templates/api/lib/memberHelpers.html b/aio/tools/transforms/templates/api/lib/memberHelpers.html index ff7bf68b40..18196caf49 100644 --- a/aio/tools/transforms/templates/api/lib/memberHelpers.html +++ b/aio/tools/transforms/templates/api/lib/memberHelpers.html @@ -95,6 +95,13 @@ {% if method.shortDescription %}
See also:
+See also:
+