From 2429f8ed1c2cce2d61173944ae2b25320d4c1c59 Mon Sep 17 00:00:00 2001 From: Michael Bideau Date: Thu, 25 Jul 2019 18:46:54 +0200 Subject: [PATCH] malakoff: align 'links list' and 'category's forms list' by removing padding in the intra div of '.wcsformsofcategorycell' --- static/malakoff/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/malakoff/_custom.scss b/static/malakoff/_custom.scss index cb54c02..8c436a8 100644 --- a/static/malakoff/_custom.scss +++ b/static/malakoff/_custom.scss @@ -281,6 +281,10 @@ div#services > ul > li > strong > a, #columns { padding: 21px 54px 50px 54px; border: 1px solid #d8d8d8; + + .cell.wcsformsofcategorycell > div > div { + padding: 0; + } } }