fixed size with select2 in module component

This commit is contained in:
Marcos Alconada 2021-04-28 10:48:32 +00:00 committed by Daniel Rodriguez
parent 9790be4f90
commit b00e7eff8b
3 changed files with 660 additions and 2 deletions

View File

@ -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

View File

@ -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;