Skip to content

Commit 1715db6

Browse files
committed
MC-3945: Background image of Tab only show a half inside Block Content Type
- Added css from latest PR
1 parent 21642f2 commit 1715db6

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,19 @@ div[data-role='tabs'] {
182182
.tabs-content {
183183
border: 1px solid @color-gray;
184184
border-top: none;
185+
186+
[data-role='tab-item'] {
187+
box-sizing: content-box;
188+
min-height: inherit;
189+
190+
&:not(:first-child) {
191+
display: none;
192+
}
193+
194+
> * {
195+
min-height: inherit;
196+
}
197+
}
185198
}
186199
}
187200

0 commit comments

Comments
 (0)