File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 27
27
align-items : center;
28
28
min-width : 7em ;
29
29
max-width : 12em ;
30
- height : 14 px ;
30
+ height : 20 px ;
31
31
outline : 0 ;
32
32
border : none;
33
33
vertical-align : baseline;
117
117
.dot-selected {width : 100% !important ;height : 100% !important ;}
118
118
.dot-selected > .dlp-label {background : white}
119
119
.dot-body {padding : 3px 0 3px 0 ;background : rgb (43 43 43 );border-radius : 0 0 5px 5px ;position : relative;}
120
- .dot-select {position : absolute;top : 3px ;left : 0 ;bottom : 3px ;right : 0 ;z-index : 1050 ;}
121
- .dot-select-cover {background : rgb (43 43 43 );position : absolute;top : 3px ;left : 0 ;bottom : 3px ;right : 0 ;z-index : 1050 ;}
120
+ .dot-select {
121
+ position : absolute;
122
+ top : 3px ;
123
+ left : 0 ;
124
+ bottom : 3px ;
125
+ right : 0 ;
126
+ display : flex;
127
+ flex-wrap : wrap;
128
+ }
129
+ .dot-select-cover {background : rgb (43 43 43 );position : absolute;top : 3px ;left : 0 ;bottom : 3px ;right : 0 ;}
122
130
.dot-select-cascade {
123
131
display : flex;
124
132
flex-direction : row;
125
133
align-items : stretch;
134
+ flex-wrap : unset;
126
135
}
127
136
.dot-cascade-stack {
128
137
width : 100% ;
282
291
min-height : 50px !important ;
283
292
margin : 0 auto;
284
293
overflow : hidden;
285
- padding : 3px ;
286
294
}
287
295
.plane-body-delete > .dlp-label {
288
296
position : relative;
You can’t perform that action at this time.
0 commit comments