From 93c2c4cc021fd9d60abcf1d51b4f512d4a444fce Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Mon, 10 Feb 2025 09:48:06 -0500 Subject: [PATCH] DIG-5636 Add warning message before discarding drafts in Drupal --- stylesheets/patterns-cob-theme.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/patterns-cob-theme.styl b/stylesheets/patterns-cob-theme.styl index 7bff32fd..7f1e5602 100644 --- a/stylesheets/patterns-cob-theme.styl +++ b/stylesheets/patterns-cob-theme.styl @@ -507,6 +507,10 @@ label { margin-bottom: 25px; padding-bottom: 3rem } +.paragraphs-item-text .entity-paragraphs-item { + margin-bottom: 0; + padding-bottom: 0 +} .dr .squiggle-border-bottom .supporting-text { padding-bottom: 3rem }