From fc4ede380a6f493522ae7e6ed2ddc95998c89aff Mon Sep 17 00:00:00 2001 From: Kevin Koester Date: Fri, 10 Jul 2020 11:44:26 +0200 Subject: [PATCH] Fixes #202 Fixes Bug where the content would be aligned right next to the tabs on larger screens. See: https://github.com/papercss/papercss/issues/202 --- src/components/_tabs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/_tabs.scss b/src/components/_tabs.scss index 1d8fb84..af55fe0 100644 --- a/src/components/_tabs.scss +++ b/src/components/_tabs.scss @@ -2,6 +2,7 @@ .content { display: none; padding: 0.75rem 0 0; + flex-basis: 100%; } input {