File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web
css/source/content-type/column-line
ts/js/content-type/column-line Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 8
8
// _____________________________________________
9
9
10
10
.pagebuilder-column-line {
11
- width : 100 % ;
12
- position : relative ;
11
+ position : relative ;
12
+ width : 100 % ;
13
13
14
- .bottom-drop-placeholder , .column-drop-placeholder {
14
+ .bottom-drop-placeholder ,
15
+ .column-drop-placeholder {
15
16
background : rgba (142 , 0 , 6 , 0.3 );
16
- height : 30 px ;
17
- display : none ;
18
- z-index :26 ;
17
+ display : none ;
18
+ height : 30 px ;
19
+ z-index : 26 ;
19
20
}
20
21
21
22
.element-children {
22
- display :flex ;
23
- width :100%
23
+ display : flex ;
24
+ width : 100% ;
24
25
}
25
26
}
Original file line number Diff line number Diff line change @@ -336,7 +336,8 @@ export default class Preview extends PreviewCollection {
336
336
private onExistingColumnDrop ( movePosition : DropPosition ) {
337
337
const column = getDragColumn ( ) ;
338
338
const sourceLinePreview = column . parentContentType . preview as ColumnLinePreview ;
339
- let modifyOldNeighbour ;
339
+ let modifyOldNeighbour : ContentTypeCollectionInterface < ColumnPreview > ;
340
+
340
341
341
342
// Determine which old neighbour we should modify
342
343
const oldWidth = sourceLinePreview . getResizeUtils ( ) . getColumnWidth ( column ) ;
You can’t perform that action at this time.
0 commit comments