Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/scss/tab/tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ joomla-tab > section {
padding: 15px; }

joomla-tab > section[active] {
width: 100%;
display: block; }

joomla-tab[orientation=vertical] {
Expand All @@ -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;
Expand Down