This article outlines the steps involved in adjusting the default width of a data grid within a Service Broker custom form, enabling you to tailor its size to your specific needs.
VMware Aria Automation 8.x
#<Field ID> {
width: <width in pixels> !important;
}
Example :
#datagrid_9fd9ed98 {
width: 2000px !important;
}