From baf2bedbf89a631da47f2bf86fd42ea412fce068 Mon Sep 17 00:00:00 2001 From: Shubham Bhadani Date: Wed, 9 Oct 2019 08:18:41 +0000 Subject: [PATCH] Update typography.scss "Removed extra spacing after summary" --- app/assets/stylesheets/framework/typography.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 03ddbfd9194e5b..d8409f05e77b3a 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -69,10 +69,6 @@ details { margin-bottom: $gl-padding; - - summary { - margin-bottom: $gl-padding; - } } // Single code lines should wrap -- GitLab