From 3d453a610427b522f9ab11f52a231076a1730dec Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 21 Jan 2022 14:52:47 +0100 Subject: [PATCH] Only modify table spacing (#44313) (#44320) (cherry picked from commit e1af78954fe2ac00ebd26a8da43925a310cdfec2) Co-authored-by: Ashley Harrison --- public/sass/base/_type.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/sass/base/_type.scss b/public/sass/base/_type.scss index d26fbcd1c3f..9e3cf58bbd5 100644 --- a/public/sass/base/_type.scss +++ b/public/sass/base/_type.scss @@ -213,8 +213,8 @@ a.external-link { margin-bottom: $spacer; } - *:not(:first-child) { - margin-top: $spacer; + table { + margin-bottom: $spacer; } table { @@ -249,6 +249,7 @@ a.external-link { margin-bottom: 0; } + table:last-child, ul:last-child, ol:last-child { margin-bottom: 0;