Skip to content

Commit a1edcf6

Browse files
committed
MC-5405: Column Minimum Height Issues
- fix tab item top border after removing the transparent border from system-border
1 parent d053f0e commit a1edcf6

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/tab-item

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
background: @color-white;
2626
content: '';
2727
height: 1px;
28-
left: -1px;
28+
left: 0;
2929
opacity: 1;
3030
position: absolute;
31-
top: -2px;
31+
top: -1px;
3232
visibility: visible;
33-
width: calc(~'100% + 2px');
33+
width: 100%;
3434
z-index: auto;
3535
}
3636

0 commit comments

Comments
 (0)