File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
app/code/Magento/PageBuilder
view/adminhtml/web/css/source/content-type/column Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 201
201
</actionGroup >
202
202
<actionGroup ref =" validateContentTypeHeightEqualToMinHeight" stepKey =" validateContentTypeHeightBeforeSave" >
203
203
<argument name =" content" value =" {{ColumnOnBackend.baseCSS}}" />
204
- <argument name =" border" value =" PageBuilderAdvancedBorderWidthProperty10" />
205
- <argument name =" padding" value =" PageBuilderPaddingProperty10" />
206
204
</actionGroup >
207
205
<actionGroup ref =" validateContentTypeHeightEqualToMinHeight" stepKey =" validateContentTypeHeightAfterSave" >
208
206
<argument name =" content" value =" {{ColumnOnBackend.baseCSS}}" />
209
- <argument name =" border" value =" PageBuilderAdvancedBorderWidthProperty10" />
210
- <argument name =" padding" value =" PageBuilderPaddingProperty10" />
211
207
</actionGroup >
212
208
<actionGroup ref =" navigateToStoreFront" stepKey =" navigateToStoreFront" >
213
209
<argument name =" contentType" value =" PageBuilderColumnContentType" />
Original file line number Diff line number Diff line change 8
8
// _____________________________________________
9
9
10
10
.pagebuilder-content-type.children-min-height.pagebuilder-column {
11
+ display : flex ;
11
12
margin-right : 1px ;
12
13
13
14
> .element-children {
14
- height : 100% ;
15
- min-height : inherit ;
15
+ flex : 1 ;
16
16
padding : 0 ;
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments