Perspective 8.3 Alarm Status Table text

Hi,

I have a problem with the alarms’ labels in Perspective 8.3.

The description of alarm is pretty long and I would like to fit it in an alarm table inside of a popup. Is there any way to wrap the text or to change the height of a column so the text will fit?

Thank You

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;
}

Thank You!

1 Like