From 53aa4bb89440c42a007121290e830d2f1efd2d7a Mon Sep 17 00:00:00 2001 From: AMIT RANJAN <41797766+amitranjan2@users.noreply.github.com> Date: Thu, 7 Feb 2019 23:49:11 +0530 Subject: [PATCH 1/3] Update tab.scss --- src/scss/tab/tab.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scss/tab/tab.scss b/src/scss/tab/tab.scss index 8697a65b..30628750 100644 --- a/src/scss/tab/tab.scss +++ b/src/scss/tab/tab.scss @@ -67,6 +67,7 @@ joomla-tab > section { padding: 15px; } joomla-tab > section[active] { + width:100%; display: block; } joomla-tab[orientation=vertical] { @@ -75,7 +76,7 @@ joomla-tab[orientation=vertical] { joomla-tab[orientation=vertical] > ul { flex-direction: column; - min-width: 30%; + min-width: 15%; height: auto; border: 1px solid #ccc; border-radius: .25rem; From 002f1f2244397d415ac6e9b230a75f7041b59852 Mon Sep 17 00:00:00 2001 From: AMIT RANJAN <41797766+amitranjan2@users.noreply.github.com> Date: Fri, 8 Feb 2019 00:12:05 +0530 Subject: [PATCH 2/3] Update tab.scss --- src/scss/tab/tab.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/tab/tab.scss b/src/scss/tab/tab.scss index 30628750..3d9b307f 100644 --- a/src/scss/tab/tab.scss +++ b/src/scss/tab/tab.scss @@ -67,7 +67,7 @@ joomla-tab > section { padding: 15px; } joomla-tab > section[active] { - width:100%; + width: 100%; display: block; } joomla-tab[orientation=vertical] { From 411c1e1a1a46c4a5421a0c68b24e448fe4a67de8 Mon Sep 17 00:00:00 2001 From: AMIT RANJAN <41797766+amitranjan2@users.noreply.github.com> Date: Sat, 9 Feb 2019 02:55:37 +0530 Subject: [PATCH 3/3] Update tab.scss --- src/scss/tab/tab.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/tab/tab.scss b/src/scss/tab/tab.scss index 3d9b307f..5a2a8b0d 100644 --- a/src/scss/tab/tab.scss +++ b/src/scss/tab/tab.scss @@ -76,7 +76,7 @@ joomla-tab[orientation=vertical] { joomla-tab[orientation=vertical] > ul { flex-direction: column; - min-width: 15%; + flex: 1 0 auto; height: auto; border: 1px solid #ccc; border-radius: .25rem;