File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 245
245
justify-content : center;
246
246
align-items : center;
247
247
height : 24px ;
248
- padding-left : 24px ;
249
- padding-right : 24px ;
250
248
max-width : unset;
251
249
min-width : unset;
252
250
margin-bottom : 3px ;
262
260
transition : .2s ease-in-out;
263
261
}
264
262
.dlp-label > i {
265
- position : absolute!important ;
266
- top : calc (50% - 8px )!important ;
267
263
width : 16px !important ;
268
264
height : 16px !important ;
269
265
}
270
- .dlp-label > i .left {
271
- left : 0 !important ;
272
- right : unset!important ;
273
- }
274
- .dlp-label > i .right {
275
- right : 4px !important ;
276
- }
277
266
.dot-cascade-panel {
278
267
position : absolute;
279
268
z-index : 100000 ;
Original file line number Diff line number Diff line change @@ -1624,7 +1624,7 @@ window.ComponentCascadeLine = class {
1624
1624
} ) ;
1625
1625
_component . contextmenu ( e , settings ) ;
1626
1626
} ) ;
1627
- if ( this . OPTIONS . movable ) div . insertAdjacentHTML ( 'afterbegin ' , `<i class="right">${ _component . move } </i>` ) ;
1627
+ if ( this . OPTIONS . movable ) div . insertAdjacentHTML ( 'beforeend ' , `<i class="right">${ _component . move } </i>` ) ;
1628
1628
return div ;
1629
1629
}
1630
1630
You can’t perform that action at this time.
0 commit comments