Alarm Summary Table Notes Word Wrap

As a simple workaround, disable the notes area of the AlertSummary and place a Label next to it.
For the Label’s text property use the expression:

if({Root Container.Alert Summary.selectedRow} > -1, '<html>' +{Root Container.Alert Summary.alerts}[{Root Container.Alert Summary.selectedRow},'notes'] +'</html>' , '' )