From 21bdd487e6efebb70bd2eb768929c4b2328ccee0 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 30 Jan 2019 16:32:42 -0500 Subject: [PATCH] fix to tabs -- padding around and left most border --- src/app.scss | 4 ++++ src/components/Tabs/tabs.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/app.scss b/src/app.scss index aff7aff7a3..555c87ecbc 100644 --- a/src/app.scss +++ b/src/app.scss @@ -181,6 +181,10 @@ display: flex; } +.pf-c-card__header { + padding: 0; +} + // // pf empty state overrides // diff --git a/src/components/Tabs/tabs.scss b/src/components/Tabs/tabs.scss index 15c557dea8..7bdad3a81f 100644 --- a/src/components/Tabs/tabs.scss +++ b/src/components/Tabs/tabs.scss @@ -35,6 +35,10 @@ } } + .pf-c-tabs__item:first-child .pf-c-tabs__button:before { + border-left: 0; + } + .pf-c-tabs__item:not(.pf-m-current):hover .pf-c-tabs__button::after { border-top: none;