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?
/* === Alarm Status Table Styles =================================================================== */
/* Allow cell text to word wrap */
.alarmStatusTable .ia_table__cell .content div {
white-space: pre-wrap;
}