For IP 16 OUI, how do I change the height of a list applet that is in Show Less mode without affecti
For IP 16 OUI, how do I change the height of a list applet that is in Show Less mode without affecting the height of the list applet when it is in Show More mode?
I have tried custom css:
/* list applet height */
.ui-jqgrid-bdiv {
height: 250px !important;
}
But that shortens the height of the applet it both Show Less and Show More mode. How do I shorten the height for the list applet in just Show Less mode?