File tree 1 file changed +29
-3
lines changed
1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 2
2
<fieldset >
3
3
<label >{{ fieldLabel }}</label >
4
4
<Multiselect
5
- class =" edit_ms "
5
+ class =" edit-multiselect "
6
6
v-bind =" $attrs"
7
7
v-on =" $listeners"
8
8
/>
@@ -50,12 +50,38 @@ fieldset > label {
50
50
vertical-align : top ;
51
51
}
52
52
53
- .edit_ms {
53
+ .edit-multiselect {
54
54
width : calc (100% - 11em + 10px );
55
55
}
56
56
57
- @media (max-width :1199px ) { .edit_ms {
57
+ @media (max-width :1199px ) { .edit-multiselect {
58
58
width : 100% ;
59
59
}}
60
+ </style >
61
+
62
+ <style >
63
+ #app
64
+ .edit-multiselect
65
+ .multiselect__tags {
66
+ height : auto ;
67
+ min-height : 34px ;
68
+ }
69
+
70
+ #app
71
+ .edit-multiselect
72
+ .multiselect__tags
73
+ .multiselect__tags-wrap {
74
+ display : flex ;
75
+ flex-wrap : wrap ;
76
+ padding-bottom : 0px ;
77
+ }
60
78
79
+ #app
80
+ .edit-multiselect
81
+ .multiselect__tags
82
+ .multiselect__tags-wrap
83
+ .multiselect__tag {
84
+ flex-basis : 50px ;
85
+ margin-bottom : 3px ;
86
+ }
61
87
</style >
You can’t perform that action at this time.
0 commit comments