File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
app/code/Magento/PageBuilder
view/adminhtml/web/css/source/content-type/row Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 45
45
<argument name =" contentType" value =" PageBuilderColumnContentType" />
46
46
<argument name =" index" value =" 1" />
47
47
<argument name =" containerDefaultHeight" value =" PageBuilderEmptyColumnHeightProperty" />
48
- <argument name =" expectedPaddingTop" value =" PageBuilderAdvancedMarginsAndPaddingPropertyDefault " />
49
- <argument name =" expectedPaddingBottom" value =" PageBuilderAdvancedMarginsAndPaddingPropertyDefault " />
48
+ <argument name =" expectedPaddingTop" value =" PageBuilderPaddingProperty10 " />
49
+ <argument name =" expectedPaddingBottom" value =" PageBuilderPaddingProperty10 " />
50
50
</actionGroup >
51
51
<executeJS function =" {{PageBuilderActionsSection.computedHeightOnStage(PageBuilderColumnContentType.role,'1')}}" stepKey =" actualStageInitialColumnHeight" />
52
52
<comment userInput =" Validate Row Height adjusts to Column Height" stepKey =" commentValidateRowHeightAdjustToColumn" />
Original file line number Diff line number Diff line change 41
41
42
42
& .empty-container {
43
43
min-height : 300px ;
44
+
45
+ > .element-children {
46
+ margin-bottom : 1px ;
47
+ }
44
48
}
45
49
}
You can’t perform that action at this time.
0 commit comments