Merge branch 'ent-7446-tamano-desplegable-module-component' into 'develop'

fixed size with select2 in module component

See merge request artica/pandorafms!4083
This commit is contained in:
Daniel Rodriguez 2021-04-28 10:48:32 +00:00
commit 87eed29f1f
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;