I am new to ignition and am having an issue with an alarm status table component in a vision project not scaling correctly. The screenshot below shows how the alarm table should look on the main page, but the table does not seem to scale down properly during runtime on a smaller monitor. The bounds of the table are scaled down properly, but the contents seem to keep their original size such that only the first column is visible and the rest get cut off.
The table component itself is configured on a template and that template then gets called as on overlay on another screen using a template instance component. The template has a resolution of 7267 x 1588 and is being scaled down to a 1080p monitor for use. Changing font sizes and row heights does not actually change how the table looks in runtime (stays blown up the same amount). Below are the layout settings for the template instance component. The alarm table component has the same settings minus "scale font"
Does anyone have any suggestions on how to resolve this issue?