Skip to content

Commit d053f0e

Browse files
committed
MC-5405: Column Minimum Height Issues
- remove extra height to content types to ensure row does not resize when dropped into row
1 parent e349cd0 commit d053f0e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@
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;
229228
box-shadow: 0 0 0 1px rgba(153, 153, 153, 0);
230229
box-sizing: border-box;
231230
position: relative;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// _____________________________________________
99

1010
.pagebuilder-image {
11-
border: 1px solid transparent;
1211
width: 100%;
1312
}
1413

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@
77
// Default appearance styles
88
// _____________________________________________
99

10-
.pagebuilder-map > div:first-child {
11-
height: 300px;
10+
.pagebuilder-map {
11+
line-height: 10px;
12+
13+
> div:first-child {
14+
height: 300px;
15+
}
1216
}
17+
1318
[data-role='map'] {
1419
display: inline-block;
1520
height: 300px;

0 commit comments

Comments
 (0)