Skip to content

Commit c2181e1

Browse files
committed
PB-108: User makes Columns wrap within a Column group
fix static tests for css and add y co-ordinate offset to hover over text content type settings
1 parent 0b2038b commit c2181e1

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderTextTest/TextVerifyTinyMCETableToolbarOnPageBuilderStageTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<argument name="contentTypeIndex" value="1"/>
110110
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>
111111
<argument name="containerTargetIndex" value="3"/>
112+
<argument name="offsetYCoordinate" value="10"/>
112113
</actionGroup>
113114

114115
<!-- Initialize TinyMCE Table Toolbar & Verify All Table Toolbar Menu Items are Visible -->
@@ -168,6 +169,7 @@
168169
<argument name="contentTypeIndex" value="1"/>
169170
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>
170171
<argument name="containerTargetIndex" value="1"/>
172+
<argument name="offsetYCoordinate" value="10"/>
171173
</actionGroup>
172174

173175
<!-- Initialize TinyMCE Table Toolbar & Verify All Table Toolbar Menu Items are Visible Again -->

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
.mobile-viewport {
99
.pagebuilder-content-type.pagebuilder-block {
1010
.rendered-content {
11-
.pagebuilder-column-group, .pagebuilder-column-line {
11+
.pagebuilder-column-group,
12+
.pagebuilder-column-line {
1213
flex-wrap: wrap;
1314
.pagebuilder-column {
1415
flex-basis: 100%;

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
//
77
// Default appearance styles
8+
//
89
// _____________________________________________
910

1011
.pagebuilder-column-line {
@@ -13,13 +14,13 @@
1314

1415
.bottom-drop-placeholder,
1516
.column-drop-placeholder {
16-
background: rgba(142, 0, 6, 0.3);
17+
background: #8e00064d;
1718
display: none;
1819
height: 30px;
1920
z-index: 26;
2021
}
2122

22-
> .element-children {
23+
> .element-children {
2324
display: flex;
2425
width: 100%;
2526
}

0 commit comments

Comments
 (0)