MultiSelect Grid widget: Adjust column width
-
EzpAsked on November 28, 2022 at 06:52 PM
I need help with changing the width of one column in the MultiSelect Grid widget.
This is a re-post of a comment on How to Inject CSS Codes to Widgets
-
SonnyferAnswered on November 29, 2022 at 12:56 AMJotform Support
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.