Perspective 8.3 Alarm Status Table text

Yes

Specifically, add this into your adv. stylesheet:

/* === Alarm Status Table Styles =================================================================== */

/* Allow cell text to word wrap */
.alarmStatusTable .ia_table__cell .content div {
	white-space: pre-wrap;
}
1 Like