-
EzpAsked on November 28, 2022 at 6:52 PM
I need help with changing the width of one column in the MultiSelect Grid widget.
-
Sonnyfer JotForm SupportReplied on November 29, 2022 at 12:56 AM
Hi Ezp,
Thanks for reaching out to Jotform Support. You can inject the below CSS Code to the widget to adjust its column width:
th, td {
min-width: 100px;
}
Here's what it should look like afterward:
Let us know if you need any more help.