Hi all, I am trying to set the maximum row height for a table, and I tried some CSS and got what I think was a workable solution. I hardcoded the column #’s, and I thought if I specified the view ID, it would limit it to view_284
Except when I checked other tables on different pages/views, that also had a column 15, 16, 19 it affected those pages as well. Is there a way I can tweak my CSS to limit the height bit only on certain tables or views? From what I can see online, the best place the apply the height attributes is on a span object, but allof the span objects are unnamed in my table.