From b1cf7f4df11dfac879d65125880d18a03fef22c0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 1 Dec 2020 05:00:14 +0100 Subject: Add class to page content to unify top margin (#13766) * Add class to page content to unify top margin Previously pages would individually set this margin but some didn't so content would stick to the header without any space. Resolve this by adding a new class that is added on all pages. The only place where we remove this margin again is on the pages with menu or wrapper in the header. * fix admin notices * fix team pages * fix loading segment on gitgraph for arc-green * fix last missing case Co-authored-by: techknowlogick --- web_src/less/_dashboard.less | 1 - 1 file changed, 1 deletion(-) (limited to 'web_src/less/_dashboard.less') diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index 923026fcdd..d340f28553 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -71,7 +71,6 @@ width: 100vw; padding-left: .5rem; padding-right: .5rem; - padding-top: 15px; .org-visibility .label { margin-left: 5px; } -- cgit v1.2.3