Another CSS fix… need to add the style to the UD Column tables. For some reason very long columns don’t truncate even with the parameter set but for the most part it works well.
$columns = @(
New-UDTableColumn -Property Name -Style @{'width' = '25%'}
New-UDTableColumn -Property Type -Style @{'width' = '25%'}
)