Set Table Panel Width

This example adjusts all table and record panels to the width of a page.  Set the width attribute in the dialog_view class in the Style.css file:

.dialog_view {

     width: 100%;

}

See Also

Customizing the Application Style Sheet