Page 1 of 1

Tab's content padding causes problem in dark mode

Posted: 08 Jun 2020, 18:43
by TDZTechnika
The dark mode has a big left padding inside the Tab's content.
Removing the following line solves the problem (\src\assets\sass\theme\_panels.scss):

Code: Select all

.p-tabview-panel {
            //padding: $contentPadding; // This line causes a problem
            border: 1px solid $contentBorderColor;
        }
Bad
Image

Good
Image

Html:
Image

The light theme works as expected without issues.

Re: Tab's content padding causes problem in dark mode

Posted: 06 Jul 2020, 11:03
by merve7
Hi,
We make improvements for both dark and light mode and these improvements include to tabview component. We will release these with Apollo 2.0.

Re: Tab's content padding causes problem in dark mode

Posted: 06 Jul 2020, 17:59
by FairKing
Thanks