fixed size with select2 in module component
This commit is contained in:
parent
9790be4f90
commit
b00e7eff8b
|
@ -115,7 +115,12 @@ function add_component_selection($id_network_component_type)
|
|||
'',
|
||||
'---'.__('Manual setup').'---',
|
||||
0,
|
||||
true
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
'',
|
||||
false,
|
||||
'width: 460px; '
|
||||
);
|
||||
$data[1] .= '</span>';
|
||||
$data[1] .= ' <span id="component_loading" class="invisible">';
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,6 +22,7 @@
|
|||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
color: white;
|
||||
text-align: left;
|
||||
}
|
||||
.select2-container .select2-selection--single .select2-selection__clear {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue