From c1bf82adb97fccd38c2c846479a4d5f6416d442a Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 28 Sep 2018 12:58:21 +0100 Subject: [PATCH] fix(docs-infra): remove unnecessary margin on short descriptions (#25768) (This was added in 405d97431fa374afdd5cddc6780f8949ee76a2c6 but it is not clear the reasoning. It looks better to remove it now.) PR Close #25768 --- aio/src/styles/2-modules/_api-pages.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aio/src/styles/2-modules/_api-pages.scss b/aio/src/styles/2-modules/_api-pages.scss index bed79e1dcf..97b5056f81 100644 --- a/aio/src/styles/2-modules/_api-pages.scss +++ b/aio/src/styles/2-modules/_api-pages.scss @@ -71,10 +71,6 @@ font-weight: bold; } - .short-description { - margin: 6px 0 0 10px; - } - .parameters-table { margin-top: 0; font-size: 14px;