From aa04f1c4cc8e9293f25d5b4811bc618c2714548c Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Thu, 10 Oct 2019 16:27:52 -0700 Subject: [PATCH] Fix the spacing between the Continut button and the scrolled content --- src/Nri/Ui/Modal/V8.elm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Nri/Ui/Modal/V8.elm b/src/Nri/Ui/Modal/V8.elm index c291a30a..53d3f20d 100644 --- a/src/Nri/Ui/Modal/V8.elm +++ b/src/Nri/Ui/Modal/V8.elm @@ -296,9 +296,7 @@ view theme config attributes model = {-| -} viewContent : List (Html msg) -> Bool -> Html msg viewContent children visibleTitle = - div - [ css [ Css.paddingBottom (Css.px 20) ] - ] + div [] [ viewContent_ (Css.px (180 @@ -401,6 +399,7 @@ viewFooter = , Css.margin4 (Css.px 20) Css.zero Css.zero Css.zero , Css.paddingBottom (Css.px 40) , Css.width (Css.pct 100) + , Css.backgroundColor Colors.glacier ] []