Issue with Select2 Height

Hello Team,

I am using Helical Insight version 4.0. At the dashboard, I am using Select2 input parameter. When I am trying to select the values, the height of the box changes. This is affecting the position of the rest of the charts on the dashboard. Please help.

Thank you,
Snow.

Hello snow,

You can fix the size of the Select2 box by using the following code in the CSS section:
.select2-container-multi .select2-choices{
min-height: 40px ! important;
max-height: 100px;
overflow-y: auto;
}

This CSS is put as shown below in dashboard designer