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;