Skip to content

Commit 0d03c0b

Browse files
committed
MC-3945: Background image of Tab only show a half inside Block Content Type
- fix empty tab styling
1 parent 39b52cd commit 0d03c0b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ div[data-role='tabs'] {
183183
border: 1px solid @color-gray;
184184
border-top: none;
185185

186-
[data-role='tab-item'] {
186+
[data-role='tab-item'] &:not(.empty-placeholder) {
187187
box-sizing: content-box;
188188
min-height: inherit;
189189

0 commit comments

Comments
 (0)