Fix Input type field size on Dashboard

Hi,

I am using Helical Insight 4.0 and on the dashboard designer, I have an input box. However, when I reduce the height of the panel/div, the height of the text box is also getting reduced and it is not readable. Can we fix the height for this?

image

Thank You

1 Like

Hello,

You can fix the height of the text/input box by using the following CSS on dashboard level:

input{

height : 50px !important

}

image

Thank You