From b8fb750c16558cdc4f10224313bf4dda0948f07c Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Fri, 21 Sep 2018 17:11:47 -0500 Subject: [PATCH] Bottom margin for tab nav only on portals --- services/web/public/stylesheets/app/portals.less | 4 ++++ services/web/public/stylesheets/components/tabs.less | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;