From 5229628d487289bb72477e7acac34536743200f6 Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Tue, 9 Jul 2019 15:00:03 +0200 Subject: [PATCH] pedagogy: fix weird blank spacing in comment block --- core/static/core/style.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 6455a47d..925c5869 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -2006,9 +2006,7 @@ $pedagogy-white-text: #f0f0f0; .info { grid-area: info; - margin-bottom: 0px; - - min-height: 38px; + padding-bottom: 10px; @media screen and (max-width: $large-devices){ border-left: solid; @@ -2020,7 +2018,6 @@ $pedagogy-white-text: #f0f0f0; color: red; float: left; padding-left: 10px; - padding-bottom: 10px; } .actions { @@ -2037,7 +2034,7 @@ $pedagogy-white-text: #f0f0f0; grid-template-areas: "report date author"; background-color: $pedagogy-blue; - margin-top: 0px; + margin-top: -1px; @media screen and (max-width: $large-devices){ grid-template-columns: auto; @@ -2045,7 +2042,8 @@ $pedagogy-white-text: #f0f0f0; grid-template-areas: "author" "date" - "report" + "report"; + margin-top: 0px; } .report {