diff --git a/services/web/public/stylesheets/app/cms-page.less b/services/web/public/stylesheets/app/cms-page.less index 1e7f0aa4ed..bf5c2ff437 100644 --- a/services/web/public/stylesheets/app/cms-page.less +++ b/services/web/public/stylesheets/app/cms-page.less @@ -45,8 +45,8 @@ All content from CMS is in .row-spaced. Margin below is to fix extra whitespace for first rows */ - .container > .row:nth-child(2) { - //- first child is page header, don't correct margin + .container > .row:nth-child(2), .content-container > .row:first-child { + //- .container first child is page header, don't correct margin margin-top: 0; } .tab-pane { diff --git a/services/web/public/stylesheets/app/portals.less b/services/web/public/stylesheets/app/portals.less index 5e987f9d58..7ef506c6a0 100644 --- a/services/web/public/stylesheets/app/portals.less +++ b/services/web/public/stylesheets/app/portals.less @@ -90,6 +90,10 @@ } // End Actions + .nav-tabs { + margin-bottom: @margin-md; + } + /* Begin Print */ diff --git a/services/web/public/stylesheets/components/tabs.less b/services/web/public/stylesheets/components/tabs.less index 71143cbefe..7d03e0223d 100644 --- a/services/web/public/stylesheets/components/tabs.less +++ b/services/web/public/stylesheets/components/tabs.less @@ -2,7 +2,7 @@ // Overrides for nav.less .nav-tabs { border: 0!important; - margin-bottom: @margin-md; + margin-bottom: 0; margin-top: -@line-height-computed; //- adjusted for portal-name padding: @padding-lg 0 @padding-md; text-align: center;