Skip to content

Commit 4a8127a

Browse files
committed
MC-3406: Explicit Background Attributes for Tab
- fix tab height in storefront
1 parent a4c13bd commit 4a8127a

File tree

1 file changed

+4
-0
lines changed
  • app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/tabs

1 file changed

+4
-0
lines changed

app/code/Magento/PageBuilder/view/frontend/web/css/source/content-type/tabs/_default.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ div[data-role='tabs'] {
8989
&:not(:first-child) {
9090
display: none;
9191
}
92+
93+
> * {
94+
min-height: inherit;
95+
}
9296
}
9397
}
9498

0 commit comments

Comments
 (0)