Skip to content

Commit 23a2a01

Browse files
committed
v3
1 parent 2e5e56e commit 23a2a01

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

resources/assets/component.css

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
align-items: center;
2828
min-width: 7em;
2929
max-width: 12em;
30-
height: 14px;
30+
height: 20px;
3131
outline: 0;
3232
border: none;
3333
vertical-align: baseline;
@@ -117,12 +117,21 @@
117117
.dot-selected{width: 100%!important;height: 100%!important;}
118118
.dot-selected>.dlp-label{background: white}
119119
.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;}
122130
.dot-select-cascade{
123131
display: flex;
124132
flex-direction: row;
125133
align-items:stretch;
134+
flex-wrap: unset;
126135
}
127136
.dot-cascade-stack{
128137
width: 100%;
@@ -282,7 +291,6 @@
282291
min-height: 50px!important;
283292
margin: 0 auto;
284293
overflow: hidden;
285-
padding: 3px;
286294
}
287295
.plane-body-delete>.dlp-label{
288296
position: relative;

0 commit comments

Comments
 (0)