diff --git a/docs/docs-beta/src/styles/custom.scss b/docs/docs-beta/src/styles/custom.scss index 9bb2179d35b63..920568de8d47b 100644 --- a/docs/docs-beta/src/styles/custom.scss +++ b/docs/docs-beta/src/styles/custom.scss @@ -519,7 +519,10 @@ dd { } dd p { - margin-bottom: 8px; + margin-bottom: 6px; + &:last-child { + margin-bottom: 0px; + } } dd code {