Skip to content

Commit ecc1ab6

Browse files
committed
MC-5405: Column Minimum Height Issues
- revert removing 1px transparent border on content types due to incompatibility with selenium doNotSeeElement - revert Tab border top fixes
1 parent 1608645 commit ecc1ab6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225
-moz-transition: box-shadow 200ms ease 200ms;
226226
-o-transition: box-shadow 200ms ease 200ms;
227227
-webkit-transition: box-shadow 200ms ease 200ms;
228+
border: 1px solid transparent;
228229
box-shadow: 0 0 0 1px rgba(153, 153, 153, 0);
229230
box-sizing: border-box;
230231
position: relative;

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: 0;
28+
left: -1px;
2929
opacity: 1;
3030
position: absolute;
31-
top: -1px;
31+
top: -2px;
3232
visibility: visible;
33-
width: 100%;
33+
width: calc(~'100% + 2px');
3434
z-index: auto;
3535
}
3636

0 commit comments

Comments
 (0)