This request is regarding the “Select Message Recipients” area within Private Messaging when you choose compose. There is a table within that section that has a class of “spPmRecipientTable.” The problem is that because this area uses a table structure, it can not be styled with CSS. We’re looking to make this work mobile via responsive CSS and would like the two columns in that section (Select From Members, and Message Recipients) to stack for mobile devices. As they are now within the table, the right column gets cutoff on mobile.
We could easily modify the plug-in to accomplish this, but I would prefer not to break our upgrade path. Seems like it would be relatively easy to remove the table and wrap the columns in DIVs and float one. The table structure within that section seems to be legacy code from v4 anyway.