Dashboard multiselect height + delete size modal

This commit is contained in:
Jonathan 2023-02-23 10:11:35 +01:00
parent 6180a42413
commit 0fbf50673a
4 changed files with 9 additions and 1 deletions

View File

@ -257,6 +257,7 @@ function initialiceLayout(data) {
"<h3 style='text-align: center;padding-top: 20px;'>All changes made to this widget will be lost</h3>", "<h3 style='text-align: center;padding-top: 20px;'>All changes made to this widget will be lost</h3>",
cancel: "Cancel", cancel: "Cancel",
ok: "Ok", ok: "Ok",
size: 400,
onAccept: function() { onAccept: function() {
// Continue execution. // Continue execution.
var nodo = event.target.offsetParent; var nodo = event.target.offsetParent;

View File

@ -620,6 +620,7 @@ form.modal-dashboard
.select2-selection--multiple .select2-selection--multiple
.select2-selection__choice { .select2-selection__choice {
margin: 0px; margin: 0px;
height: 100% !important;
} }
.container-tabs { .container-tabs {

View File

@ -2,6 +2,12 @@
* Discovery css global * Discovery css global
*/ */
*,
::after,
::before {
box-sizing: unset !important;
}
ul.bigbuttonlist { ul.bigbuttonlist {
min-height: 200px; min-height: 200px;
} }

View File

@ -10613,7 +10613,7 @@ tr.bring_next_field {
} }
.select2-container .select2-selection--multiple { .select2-container .select2-selection--multiple {
height: 38px !important; height: 100% !important;
padding-left: 0px !important; padding-left: 0px !important;
} }